Bugzilla – Attachment 89797 Details for
Bug 22917
Circulation.t fails if tests are ran slowly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22917: Recreate the failure
Bug-22917-Recreate-the-failure.patch (text/plain), 906 bytes, created by
Jonathan Druart
on 2019-05-16 01:12:00 UTC
(
hide
)
Description:
Bug 22917: Recreate the failure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-05-16 01:12:00 UTC
Size:
906 bytes
patch
obsolete
>From 07a43787acd07478ff0949cfd5b328f68ddea522 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 May 2019 19:45:06 -0500 >Subject: [PATCH] Bug 22917: Recreate the failure > >--- > t/db_dependent/Circulation.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 0c12efb34e..79180a3a30 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -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) ), > } >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22917
:
89797
|
89798
|
89799
|
89853
|
89855
|
89856
|
89857
|
89876
|
89877
|
90018
|
90019
|
90020
|
90021