Koha/t/db_dependent/Members
Jonathan Druart 00a4e802ed Bug 15029: Make the IssueSlip tests pass even if launched after 23:00
Prior to this patch, the tests did not pass if they were launched after
23:00.
DateTime complains if you ask for creating a date with hour => 24 (which
is logical so far).

Test plan:
0/ Don't apply this patch
1/ sudo date -s "2015-10-19 23:50:00";prove
t/db_dependent/Members/IssueSlip.t
2/ Apply this patch and repeat 1.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-10-20 14:21:05 -03:00
..
AddEnrolmentFeeIfNeeded.t Bug 13697: (QA followup) Add Unit Test 2015-08-28 09:52:01 -03:00
GetAllIssues.t Bug 12457: Allow UT on a non empty database 2014-07-30 09:50:35 -03:00
GetPendingIssues.t Bug 12457: Allow UT on a non empty database 2014-07-30 09:50:35 -03:00
GetUpcomingMembershipExpires.t Bug 6810: [QA Follow-up] Move test file to db_dependent 2015-10-06 11:13:58 -03:00
IssueSlip.t Bug 15029: Make the IssueSlip tests pass even if launched after 23:00 2015-10-20 14:21:05 -03:00