[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.00-53-g28928c6

Git repo owner gitmaster at git.koha-community.org
Thu Jun 15 14:19:30 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  28928c69376fd25edaee8a7843dc4fd4309f0615 (commit)
      from  a36282ca0b39b2085f1cefabefe15b9552235d70 (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 28928c69376fd25edaee8a7843dc4fd4309f0615
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 15 09:58:04 2017 +0200

    Bug 18601: OAI/Sets.t mangles data due to truncate in ModOAISetsBiblios
    
    This patch replaces the TRUNCATE statement in ModOAISetsBiblios by a
    DELETE statement. A truncate will cause an implicit commit and will
    therefore commit the transaction started in the test script.
    
    Also simplifying the module load in the test script.
    
    Test plan:
    Do not apply this patch and observe that biblio records are added to your
    database by running t/db_dependent/OAI/Sets.t.
    Apply this patch, run the test again and verify that it does no longer
    add records to your biblio table.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e0444e8600efbe06016ff857f23ea85893a93041)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/OAI/Sets.pm            |    4 ++--
 t/db_dependent/OAI/Sets.t |   40 ++++++++++------------------------------
 2 files changed, 12 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list