]> git.koha-community.org Git - koha.git/commit
Bug 18794: Fix test ListMetadataFormats in OAI/Server.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Jun 2017 21:56:45 +0000 (18:56 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Jun 2017 21:56:45 +0000 (18:56 -0300)
commit1b3f0c798b7770ecd7211be5998790e4a9f3999a
treeef7914f27ef160f1f4eaedd0ee8b71a136140002
parenta80ed84d070f81065b1fb2fa14f5ced3c25d6431
Bug 18794: Fix test ListMetadataFormats in OAI/Server.t

This test may fail on slow servers, it compares the response date with
'now', but both can differ a bit.

https://jenkins.koha-community.org/job/Koha_Master_D8/198/consoleFull

   Failed test 'ListMetadataFormats'
   at t/db_dependent/OAI/Server.t line 150.
     Structures begin differing at:
          $got->{responseDate} = '2017-06-12T14:31:51Z'
     $expected->{responseDate} = '2017-06-12T14:31:50Z'

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/OAI/Server.t