Bug 22917: Recreate the failure
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 16 May 2019 00:45:06 +0000 (19:45 -0500)
committerroot <root@3a587d3cf21c>
Thu, 23 May 2019 14:47:41 +0000 (14:47 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

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

t/db_dependent/Circulation.t

index 0c12efb..79180a3 100755 (executable)
@@ -1915,6 +1915,7 @@ subtest 'AddReturn + suspension_chargeperiod' => sub {
             item            => $item_1,
             library         => $library,
             patron          => $patron,
+            due_date        => dt_from_string->add(minutes=> 1),
             return_date     => dt_from_string->add(days => 5),
             expiration_date => dt_from_string->add(days => 5 + (5 * 2 - 1) ),
         }