[koha-commits] main Koha release repository branch master updated. v16.11.00-441-g849877d

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 12:49:31 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  849877d8d3bcd3791c624a84ec5e4cb0550fa0fe (commit)
       via  5d279befed1b6faf829ab0ebd19357dbfc7c576e (commit)
      from  edfcb171ebe23869a63c3b5ef823096bb4fba7da (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 849877d8d3bcd3791c624a84ec5e4cb0550fa0fe
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jan 23 11:40:48 2017 +0100

    Bug 17950: Merge.t: Improve variable handling at top level
    
    This patch does:
    [1] Remove unused $dbh.
    [2] Move all mocking statements to one sub.
    [3] Promote a few lexicals to globals when used in the subtests.
    
    Test plan:
    Run t/db_dependent/Authorities/Merge.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5d279befed1b6faf829ab0ebd19357dbfc7c576e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jan 23 10:44:57 2017 +0100

    Bug 17950: Improve quick UNIMARC fix in Merge.t
    
    Bug 17909 and 17913 added a quick fix for Merge.t on UNIMARC records.
    This patch improves that fix with the sub compare_fields, a merge from
    compare_field_count and compare_field_order.
    Also it adds the option to test MARC21/UNIMARC by adding a command line
    switch that triggers mocking the marcflavour preference.
    The test on a cleared field 609 in strict mode has been broken up in two
    tests: first a count without 609 and then counting 609s only.
    
    Note: Could have mocked GetMarcBiblio too, but decided to go this way.
    
    Test plan:
    [1] Run perl t/db_dependent/Authorities/Merge.t
    [2] (For UNIMARC users:) Run perl Merge.t -flavour MARC21
    [3] (For others:) Run perl Merge.t -flavour UNIMARC
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Authorities/Merge.t |  114 +++++++++++++++++++-----------------
 1 file changed, 60 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list