[koha-commits] main Koha release repository branch master updated. v19.05.00-1273-g6f46419

Git repo owner gitmaster at git.koha-community.org
Fri Nov 8 10:55:46 CET 2019


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  6f464191ffcca26d65c158c37f21216cee8aa227 (commit)
      from  1a8de78c20ef05d7b11c5d97724643bc98c4354e (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 6f464191ffcca26d65c158c37f21216cee8aa227
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 8 10:28:01 2019 +0100

    Bug 23994: Fix random failure from AdditionalFields.t (U18)
    
    t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t .. 1/12
     #   Failed test '->additional_field_values should return the correct values'
     #   at t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t line 82.
     #     Structures begin differing at:
     #          $got->[0]{value} = 'bar value for basket2'
     #     $expected->[0]{value} = 'foo value for basket2'
     # Looks like you failed 1 test of 12.
    
    We do not really know why, but the values are not returned in the order they
    are stored in DB. Fixing this random failure for now at test level.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list