bug 2503: tests for C4::Circulation
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 20 Aug 2008 16:21:48 +0000 (11:21 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 4 Nov 2008 16:47:08 +0000 (17:47 +0100)
commit00754469070a05d827363a84ce672f9a926ef4ab
treead272ee9529bdc84aa96f08370061028954d1a92
parent3ab856ff35cbca27d0b1af36e2290f07057642d2
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