[koha-commits] main Koha release repository branch master updated. v16.11.00-278-gcd771f3

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 14:48:07 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  cd771f36867cab33ad74e47234eac5a7782ffab2 (commit)
       via  ddf1d9bcdde4790b713eca8040f0c9fce8fdcf6a (commit)
       via  41358176e1d276e47d3034a37bd089b7e6c7e846 (commit)
      from  63f7cbc777521c33f8ada3e1068be01b98da9050 (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 cd771f36867cab33ad74e47234eac5a7782ffab2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 19 23:58:59 2017 +0100

    Bug 17726: biblioitems.marc has been removed
    
    We will certainly have to do something with the biblio_metadata.metadata
    field later.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ddf1d9bcdde4790b713eca8040f0c9fce8fdcf6a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Dec 13 14:10:45 2016 +0100

    Bug 17726: [QA Follow-up] Add test descriptions
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 41358176e1d276e47d3034a37bd089b7e6c7e846
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 12 22:38:40 2016 +0000

    Bug 17726: TestBuilder - Add default values
    
    The items.more_subfields_xml is set to random data (generated by
    TestBuilder), and so GetMarcBiblio does not manage to embed items (if
    needed).
    
    The error is:
      :1: parser error : Start tag expected, '<' not found
    
    More precisely it explodes in
    C4::Items::_parse_unlinked_item_subfields_from_xml when
    MARC::Record->new_from_xml is called with an invalid xml
    
    This patch adds a default values mechanism to TestBuilder to avoid
    modifying all the existing calls.
    
    Test plan:
    Set SearchEngine to ElasticSearch
    prove t/db_dependent/Circulation.pl
    should return green with this patch
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/TestBuilder.t |   11 ++++++++++-
 t/lib/TestBuilder.pm         |   12 ++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list