30 Jun
2020
30 Jun
'20
11:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #8 from Victor Grousset/tuxayo <victor@tuxayo.net> --- I don't manage to use Time::Fake ... IIUC I should just replace this line: https://gitlab.com/koha-community/Koha/-/blob/19.05.x/t/db_dependent/Circula... By one of the following to decide the outcome of the test: my $dt = dt_from_string("2020-06-02 19:05"); # should fail my $dt = dt_from_string("2020-06-03 19:05"); # should work But it has no effect, I can still only decide the outcome of the test using system's time. -- You are receiving this mail because: You are watching all bug changes.