[koha-commits] main Koha release repository branch master updated. v3.22.00-1387-gfdda5d7

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 14:30:54 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  fdda5d7d7cf8c724e57e5bb8b1e55533cb0e7b8b (commit)
       via  b140c4b2fdc894c0d53eca2bf2f2bb5cb1982a91 (commit)
      from  cf705bdd0e1a982cbc386509cd7d676e6930a349 (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 fdda5d7d7cf8c724e57e5bb8b1e55533cb0e7b8b
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>

commit b140c4b2fdc894c0d53eca2bf2f2bb5cb1982a91
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>

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

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