]> git.koha-community.org Git - koha.git/commit
Bug 12417: adding the units tests of the module Koha::Borrower::Files.pm
authorYohann Dufour <dufour.yohann@gmail.com>
Mon, 16 Jun 2014 11:46:24 +0000 (13:46 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 23 Jul 2014 21:20:59 +0000 (21:20 +0000)
commit93a53cdded37a0807891b5375fd4513897bb874b
tree8dbde3aaeb4cad16f9901f3f98c925dd75b89c47
parent6b7a110be72ffc92e14cbce8dfe84166d68fea6a
Bug 12417: adding the units tests of the module Koha::Borrower::Files.pm

The module Koha::Borrower::Files.pm was not tested

To test:
1/ Execute the command: prove t/db_dependent/Borrower_Files.t
2/ The command has to print:
t/db_dependent/Borrower_Files.t .. ok
All tests successful.
Files=1, Tests=23,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.47 cusr  0.08 csys =  1.60 CPU)
Result: PASS

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Squashed patches.
Now test pass
No koha-qa errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Borrower_Files.t [new file with mode: 0644]