]> git.koha-community.org Git - koha.git/commit
Bug 14494: Unit tests for CanBookBeIssued related to dateexpiry
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 9 Jul 2015 08:52:28 +0000 (09:52 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 29 Jul 2015 20:33:03 +0000 (08:33 +1200)
commit58b5b915a0ba4c86639a260b53dd0ad89320ec36
tree12913c4e1891c979910db0428d086d050dc09905
parent03a110b637343111d0906db557d2179a14857a92
Bug 14494: Unit tests for CanBookBeIssued related to dateexpiry

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Moved the test on its own. Nicer than adding TestBuilder in the final part
of the test. No warnings/errors from TestBuilder, no dependency..

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit e0986f5a796b24d6fec00d849f7c71caf0dd5640)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/db_dependent/Circulation_dateexpiry.t [new file with mode: 0644]