Bug 1953: adding tests and 2 corrections for C4::Calendar
authorAndrew Moore <andrew.moore@liblime.com>
Tue, 13 May 2008 17:00:54 +0000 (12:00 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 13 May 2008 22:41:20 +0000 (17:41 -0500)
commitc6d5b75d6d16bc75b23ef4c7bdf82bfb3eea87db
tree5bc8a2d6be32c9f04fbf770965ddb28c15d9801e
parenta7ba1bb941f9b7ff42754711c4af21e2f25e2e53
Bug 1953: adding tests and 2 corrections for C4::Calendar

In the course of writing tests for C4::Calendar, I found two bugs and am fixing them here.
One is a documentation bug.
The other prevented C4::Calendar::insert_exception_holiday from working. I was unable
to find anywhere else in the code that depended on the broken behaviour.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Calendar.pm
t/lib/KohaTest/Calendar.pm [new file with mode: 0644]
t/lib/KohaTest/Calendar/New.pm [new file with mode: 0644]