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)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 14:38:35 +0000 (14:38 +0000)
commit08d45913d68d85eea1a1b2bab604b184d323ded5
tree1880f03a2fc42056b94fe27ffaac0d4119dbc807
parent4287fd9d1c3ae16a0496b6261de44642bc92ab9c
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>
t/db_dependent/Circulation_Issuingrule.t [new file with mode: 0644]