[Koha-bugs] [Bug 18009] IssueSlip.t test fails if launched between 00:00 and 00:59

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 29 11:58:50 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18009

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
Created attachment 59629
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59629&action=edit
Bug 18009 - IssueSlip.t test fails if launched between 00:00 and 00:59

to test patch...

1/ set date between 00:00 and 00:59
$ sudo date -s 'Sun Jan 29 00:41:55 NZDT 2017'

2/ run prove, see fail
$ prove -v t/db_dependent/Members/IssueSlip.t
...
t/db_dependent/Members/IssueSlip.t (Wstat: 65280 Tests: 1 Failed: 0)
Result: FAIL

3/ apply patch

4/ run prove, see pass
$ prove -v t/db_dependent/Members/IssueSlip.t
...
All tests successful.
Result: PASS

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list