[koha-commits] main Koha release repository branch master updated. v17.11.00-34-g54053cb

Git repo owner gitmaster at git.koha-community.org
Thu Dec 7 17:49:38 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  54053cb475e98b6fe7c944f5e9df8978dfaffd0e (commit)
      from  5b7f1069c084d3076b51d9a93289cc6d120c8661 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54053cb475e98b6fe7c944f5e9df8978dfaffd0e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 13:41:06 2017 -0300

    Bug 19775: Try & prevent Search/History.t to fail randomly
    
     #   Failed test 'There are still 8 searches after calling delete with an interval = 6 days'
     #   at t/db_dependent/Search/History.t line 185.
     #          got: '6'
     #     expected: '8'
    
     #   Failed test 'There are still 2 searches after calling delete with an interval = 2 days'
     #   at t/db_dependent/Search/History.t line 191.
     #          got: '0'
     #     expected: '2'
     # Looks like you failed 2 tests of 27.
    [15:04:12] t/db_dependent/Search/History.t
    
    It looks like it does not longer fail with this change (date comparaison wrongly rounded to second in mysql?)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/Search/History.t |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list