[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-2-g649c0b2df7

Git repo owner gitmaster at git.koha-community.org
Mon Mar 9 18:44:20 CET 2020


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, 19.05.x has been updated
       via  649c0b2df7e288488fe016408f90440041ff59fb (commit)
      from  444a9b435d5ac571ff4147382594369f20bee479 (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 649c0b2df7e288488fe016408f90440041ff59fb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 5 10:36:14 2020 +0100

    Bug 24590: Fix Koha/Object.t on MySQL 8
    
    % prove t/db_dependent/Koha/Object.t
    is failing on MySQL 8 with:
    
     kohadev-koha at 9bbf9ac68519:/kohadevbox/koha$ prove t/db_dependent/Koha/Object.t
     t/db_dependent/Koha/Object.t .. 15/18
         #   Failed test 'Exception field is correct'
         #   at t/db_dependent/Koha/Object.t line 650.
         #          got: 'api_keys.secret'
         #     expected: 'secret'
         # Looks like you failed 1 test of 16.
     t/db_dependent/Koha/Object.t .. 16/18
     #   Failed test 'store() tests'
     #   at t/db_dependent/Koha/Object.t line 723.
    
    MySQL 8 displays the tablename in the error.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit d5cd348c27b0c0d18474d11a8b78d1e2468f9a7a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Koha/Object.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list