[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-46-g353bd00

Git repo owner gitmaster at git.koha-community.org
Mon May 16 11:56:04 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, 3.22.x has been updated
       via  353bd0065329d0503f6e9bdf72fedfa96ee8d773 (commit)
       via  fb1862dca6468f528bbb1d145216aa23c689ed06 (commit)
      from  629b4f1136648b9dcf0d47fef79eea18eb3c675a (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 353bd0065329d0503f6e9bdf72fedfa96ee8d773
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Apr 4 18:59:33 2016 -0400

    Bug 14144: Clean ups and refactors
    
    perltidy
    old new calls to new call format
    attrType -> attr_type (perlcritic friendlier)
    double quotes to single quotes
    '' combinations to q{} (perlcritic friendlier)
    refactored parameters to mock_net_ldap_search into a HASH
    
    This piece is not necessary, but I think it is nicer.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as expected. No koha-qa erros
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit fdda5d7d7cf8c724e57e5bb8b1e55533cb0e7b8b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit fb1862dca6468f528bbb1d145216aa23c689ed06
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Apr 4 18:07:26 2016 -0400

    Bug 14144: Silence warnings t/db_dependent/Auth_with_ldap.t
    
    Revisiting this bug, I noticed that C4::Context->config() was mocked
    poorly. I expanded the mock function a little and have quieted the
    test which seemed to be working in a broken manner before.
    
    TEST PLAN
    ---------
    1) prove t/db_dependend/Auth_with_ldap.t
       -- shibboleth noise
    2) apply this patch
    3) prove t/db_dependend/Auth_with_ldap.t
       -- no noise
    4) run koha qa test tools
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit b140c4b2fdc894c0d53eca2bf2f2bb5cb1982a91)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 t/db_dependent/Auth_with_ldap.t |  492 +++++++++++++++++++++++----------------
 1 file changed, 290 insertions(+), 202 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list