Bugzilla – Attachment 90021 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: Fix typo in another test file
Bug-22917-Fix-typo-in-another-test-file.patch (text/plain), 1.09 KB, created by
Marcel de Rooy
on 2019-05-23 09:18:52 UTC
(
hide
)
Description:
Bug 22917: Fix typo in another test file
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-05-23 09:18:52 UTC
Size:
1.09 KB
patch
obsolete
>From 4dc1afd34b47b21f36b62d7fad7648fafc330c56 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 16 May 2019 14:07:25 -0500 >Subject: [PATCH] Bug 22917: Fix typo in another test file >Content-Type: text/plain; charset=utf-8 > >It looks safe to do it here and now. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Log.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Log.t b/t/db_dependent/Log.t >index dbdf0e2fbf..82c9b59012 100644 >--- a/t/db_dependent/Log.t >+++ b/t/db_dependent/Log.t >@@ -46,7 +46,7 @@ ok($success, "GetLogs returns results for an open search"); > > eval { > # FIXME: US formatted date hardcoded into test for now >- my $date = output_pref( { dt => dt_from_string, datenonly => 1, dateformat => 'iso' } ); >+ my $date = output_pref( { dt => dt_from_string, dateonly => 1, dateformat => 'iso' } ); > $success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } ); > } or do { > diag($@); >-- >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