Bug 10767: add unit tests for C4::Circulation routines that use issuingrules
authorKenza Zaki <kenza.zaki@biblibre.com>
Tue, 20 Aug 2013 08:18:04 +0000 (10:18 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Sep 2013 17:32:17 +0000 (14:32 -0300)
commit4eb94db2daeab8aed65dc703b13b3e8d4d154abc
tree8d1b5fd0c8b652d36813385b4fe421df2ba913cb
parent5ff99f63e32212071cc1e71749f93e943f005005
Bug 10767: add unit tests for C4::Circulation routines that use issuingrules

The test are wrap in a transaction.

To test:
prove t/db_dependent/Circulation_Issuingrule.t
t/db_dependent/Circulation_Issuingrule.t .. ok
All tests successful.
Files=1, Tests=9, 17 wallclock secs ( 0.02 usr  0.00 sys +  0.34 cusr  0.04 csys =  0.40 CPU)
Result: PASS

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: No koha-qa errors
prove t/db_dependent/Circulation_Issuingrule.t run without errors

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 08d45913d68d85eea1a1b2bab604b184d323ded5)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Circulation_Issuingrule.t [new file with mode: 0644]