[koha-commits] main Koha release repository branch master updated. v16.05.00-939-g5135b1a

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:31:18 CEST 2016


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  5135b1a0a14ca958fe73505ed019bafe944dabc7 (commit)
      from  ab9a082b5f418c17063def1b0fa678b59f247fe2 (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 5135b1a0a14ca958fe73505ed019bafe944dabc7
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Sep 14 16:00:19 2016 -0300

    Bug 17304: Introduce C4::Matcher::_get_match_keys unit tests
    
    This function is used in several places, but it's behaviour is not covered by tests, thus trying to patch it can be problematic without introducing regressions.
    
    This patch introduces unit tests for it, in the t/Matcher.t file.
    
    To test:
    - Apply the patch
    - Run:
      $ prove t/Matcher.t
    => SUCCESS: Tests pass
    - Sign off :-D
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/Matcher.t |  163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 162 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list