[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.02-31-gce8ddbf

Git repo owner gitmaster at git.koha-community.org
Thu Aug 3 09:53:00 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  ce8ddbf8ea7d463a822a70f474310b8b618d6347 (commit)
       via  36c3bbedfe80a1a55f34aedb6931784da1043c84 (commit)
       via  216b13e51fbdaa0ede2eb3218338f955c6c2aa48 (commit)
      from  9f0b5cd73cbaefdb4f46cae6f5e7f7f07607a51f (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 ce8ddbf8ea7d463a822a70f474310b8b618d6347
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 19 13:59:45 2017 +0200

    Bug 18951: Adjust Isbd.t
    
    Add schema calls.
    Remove an unneeded AddBiblio call.
    
    Test plan:
    Run t/db_dependent/Biblio/Isbd.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 40c719a5248877d200920c2c9a028e273a5f1370)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 36c3bbedfe80a1a55f34aedb6931784da1043c84
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 19 13:48:55 2017 +0200

    Bug 18951: Create data for TransformKohaToMarc.t
    
    Adding schema and caching statements.
    Adjust it so that the Koha to MARC mappings are not assumed to be present,
    but are created as needed.
    Remove the mock on marcflavour. It is no longer needed.
    Resolving a small typo.
    
    Test plan:
    Run t/db_dependent/Biblio/TransformKohaToMarc.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f839955db707415368d23ae81bdb14505dd058ee)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 216b13e51fbdaa0ede2eb3218338f955c6c2aa48
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 19 13:33:34 2017 +0200

    Bug 18951: Some t/Biblio tests are database dependent (git mv)
    
    Move Isbd.t and TransformKohaToMarc.t to db_dependent.
    Next patch will add a few adjustments too.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 50bc4170cec172de04db2033d464c96348d5a508)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/Biblio/TransformKohaToMarc.t              |   31 --------------------
 t/{ => db_dependent}/Biblio/Isbd.t          |   11 +++----
 t/db_dependent/Biblio/TransformKohaToMarc.t |   42 +++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 36 deletions(-)
 delete mode 100644 t/Biblio/TransformKohaToMarc.t
 rename t/{ => db_dependent}/Biblio/Isbd.t (90%)
 create mode 100644 t/db_dependent/Biblio/TransformKohaToMarc.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list