Bug 22917: Fix typo in another test file
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 16 May 2019 19:07:25 +0000 (14:07 -0500)
committerroot <root@3a587d3cf21c>
Thu, 23 May 2019 14:47:41 +0000 (14:47 +0000)
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>

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

t/db_dependent/Log.t

index dbdf0e2..82c9b59 100644 (file)
@@ -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($@);