[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-103-g8751e36

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 15:39:51 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  8751e361e65aa15873d86bc179ac7c29a9446e75 (commit)
      from  0b3afeef401d7e082c6c43ccfe486f74f29881dc (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 8751e361e65aa15873d86bc179ac7c29a9446e75
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jul 6 14:17:20 2016 -0400

    Bug 16864: Silence warnings in t/db_dependent/ILSDI_Services.t
    
    prove t/db_dependent/ILSDI_Services.t
    generates noisy output as a result of the ambiguous context
    of two $cgi->param() calls.
    
    By storing into scalar variables, and then using the scalar
    variables, the code maintains readability and fixes the problem.
    
    TEST PLAN
    ---------
    1) prove t/db_dependent/ILSDI_Services.t
       -- noisy.
    2) apply patch
    3) prove t/db_dependent/ILSDI_Services.t
       -- not noisy
    4) run koha qa test tools
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit ef0738922005e4235b80e70663d7fa711a87556e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit ad5acf73bc03f2a68ebbaa27c3d9399ce38551ae)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/ILSDI/Services.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list