[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-16-g000ace2

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 11:48:23 CEST 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, 17.05.x has been updated
       via  000ace2df42f01f14c1b39489ec79b5d8cbca550 (commit)
      from  2b903d74acbdefbfb1dd678f23dc57f655262940 (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 000ace2df42f01f14c1b39489ec79b5d8cbca550
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 10 09:04:16 2017 +0200

    Bug 19070: Fix Circulation/Branch.t
    
    Resolve:
    DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/Branch.t line 49.
    
    Resolve:
    not ok 14 - AddReturn respects branch item return policy - noreturn
       Failed test 'AddReturn respects branch item return policy - noreturn'
       at t/db_dependent/Circulation/Branch.t line 279.
              got: 'yqiKrIkX'
         expected: undef
    
    Cause:
    There is a record in clubs. The constraint in clubs on branchcode does not
    include a cascaded delete. The test deletes all branches.
    Test 14 depends on item-level_itypes==1. When you set it to Biblio, it fails.
    
    Test plan:
    Run t/db_dependent/Circulation/Branch.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d2cceb95b47983b28242819c95e57439958b0da5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/db_dependent/Circulation/Branch.t |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list