[koha-commits] main Koha release repository branch master updated. v3.16.00-443-g8193c40

Git repo owner gitmaster at git.koha-community.org
Wed Aug 20 17:29:26 CEST 2014


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  8193c40b9dc8f952ff0774d8503bd0e018cf7c05 (commit)
       via  eca3f6d37c24b5a510d26e0a0b8e0233420fe03a (commit)
       via  97939b3a6bd0edef11e45e4992d1380beb49e849 (commit)
      from  71ba269136c61e57e8388f91f2562d062004d7fd (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 8193c40b9dc8f952ff0774d8503bd0e018cf7c05
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 17:20:24 2014 -0300

    Bug 12782: (followup) skip tests that fail because of provider's error
    
    It seems that XISBN is failing sometimes, if you run the tests a couple
    of times in a row. An error 500 is raised by lwp.
    
    This problem should be trapped and related tests skipped. Because too much
    noise could make people pay no attention to this tests failing.
    
    To reproduce:
    - Run the tests several consecutive times:
      $ prove -v t/db_dependent/XISBN.t
    => FAIL: XISBN test will fail eventually, printing a networking-related warning.
    - Apply the patch
    - Repeat the test
    => SUCCESS: when XISBN the networking/connection refused problem arises, the test
      is skipped, and it still passes.
    
    Regards
    To+
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eca3f6d37c24b5a510d26e0a0b8e0233420fe03a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 16:42:39 2014 -0300

    Bug 12782: t/db_dependent/XISBN.t fails in DOM setup
    
    To test:
    - Have a DOM setup
    - Run
      $ prove -v t/db_dependent/XISBN.t
    => FAIL: Can't call method "field" on an undefined value at .... C4/Search.pm ...
    - Apply the patch
    - Run
      $ prove -v t/db_dependent/XISBN.t
    => SUCCESS: Tests pass.
    - Sign off
    
    Regards
    To+
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 97939b3a6bd0edef11e45e4992d1380beb49e849
Author: Marc Véron <veron at veron.ch>
Date:   Tue Jul 29 00:21:17 2014 +0200

    Bug 1561 - z39.50 results do not show search terms
    
    This patch adds a line with search terms results window of z39.50 search.
    
    To test:
    - In staff client, go to cataloging.
    - Click 'New from z39.50'
    - Do a search
    - Your search terms should display at the top of the results page.
    - Repeat search with several combinations of search terms (with and without results).
    
    - Check the output for correct html.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, fixed one tab.
    Something similar would be nice for the results in the Z39.50 search
    in acq as well.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/z3950_search.tt    |   17 +++++++--
 t/db_dependent/XISBN.t                             |   37 +++++++++++++++-----
 2 files changed, 43 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list