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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 11 Jul 2014 19:16:11 +0000 (16:16 -0300)
commit63c5ba9b037930c0b46f9a89c5cf3c55c12fb3b0
tree6d7a91dd6ea7c7b87004369e7e4d95713f40a355
parentcb8b0fe598a3d53cc6a04ce2951df5008824077c
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>
t/db_dependent/Borrower_Files.t [new file with mode: 0644]