5 Apr
2018
5 Apr
'18
2:37 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191 --- Comment #16 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 73669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73669&action=edit Bug 20191: Use Test::MockTime to hold time still The problem is the calls to HTTP::OAI::Header, etc. may reference gmtime which is continually changing by the second. By forcing time to lock for all the tests, except the last one, we can be assured things should not fail. TEST PLAN --------- install libtest-mocktime-perl apply only this patch restart_all in kshell, prove t/db_dependent/OAI/Server.t run koha qa test tools -- You are receiving this mail because: You are watching all bug changes.