Bug 14362: PEGI15 Circulation/AgeRestrictionMarkers test fails
authorMark Tompsett <mtompset@hotmail.com>
Mon, 8 Jun 2015 01:26:53 +0000 (21:26 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 18:06:40 +0000 (18:06 +0000)
commit73f55165bef229668a135bee7e8c90a2c9c3f0a7
tree3def08d535a2eeeec7a2f9cd0caab7908083ad0b
parent7922ff036824e248dcd4641d0c796ab08a7b66cd
Bug 14362: PEGI15 Circulation/AgeRestrictionMarkers test fails

It is best to test when UTC date is a date in the future compared
to your timezone. I'm in Eastern, so right now, I expect this
test to fail for another 2.5 hours.

TEST PLAN
---------
1) prove t/Circulation/AgeRestrictionMarkers.t
   -- fails for PEGI 15 after 9pm.
2) Apply patch
3) prove t/Circulation/AgeRestrictionMarkers.t
   -- works.
4) koha qa test tools

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm