[koha-commits] main Koha release repository branch master updated. v3.16.00-149-g16bf749

Git repo owner gitmaster at git.koha-community.org
Fri Jun 27 13:24:53 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  16bf749305851ef3110ff5d3e101eff7912cfc05 (commit)
       via  c4c0cb329dd5a7a095cdf0a37ef93c4aecca0e07 (commit)
      from  37ec008df79d36f065b1138912cbfd2b3d37565f (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 16bf749305851ef3110ff5d3e101eff7912cfc05
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Jun 25 16:29:18 2014 -0300

    Bug 12443: (QA followup) Unit tests for _build_initial_query
    
    This followup adds uint tests for the newly introduced function.
    It is really basic, but covers all scenarios for the new function,
    and will help us prevent regressions in future patches.
    
    Regards
    To+
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c4c0cb329dd5a7a095cdf0a37ef93c4aecca0e07
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Jun 18 16:26:31 2014 +1000

    Bug 12443 - Initial re-factoring of buildQuery
    
    This patch reduces three repeated code fragments into a single
    internal subroutine, which is easier to read, has comments,
    and should make it easier to refactor more buildQuery code
    in the future.
    
    _TEST PLAN_
    
    Before applying
    
    1) Run a bunch of different searches in the staff client and OPAC
    in separate tabs
    
    2) Apply the patch
    
    3) Run the same searches again (maybe in yet more tabs) and notice
    that the results are exactly the same.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Same results, no errors.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Search.pm |   84 +++++++++++++++++-------------
 t/Search.t   |  161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 209 insertions(+), 36 deletions(-)
 create mode 100755 t/Search.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list