bug 2503: tests for C4::Circulation
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 20 Aug 2008 16:21:48 +0000 (11:21 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 20 Aug 2008 22:05:24 +0000 (17:05 -0500)
commitfee8c60dc7a1fc7036259c090d8c46059bcf49d6
tree9647579cd880f799108544dad442035552a103a2
parent3d323db1feeb95abef29e37ef715605e87a5cfdf
bug 2503: tests for C4::Circulation

I'm adding some tests for C4::Circulation methods that I'm altering
to allow the offline circulation tool to use C4::Circulation to upload
its data. These test a bit of the old functionality and try to show
that the new functionality does what I think it does.

C4::Circ::Addissue to tests issuedate
 these also test AddRenewal.
tests for C4::Circ::MarkIssueReturned

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/lib/KohaTest/Circulation.pm
t/lib/KohaTest/Circulation/AddIssue.pm [new file with mode: 0644]
t/lib/KohaTest/Circulation/MarkIssueReturned.pm [new file with mode: 0644]
t/lib/KohaTest/Dates/Usage.pm
t/lib/KohaTest/Scripts/longoverdue.pm