[koha-commits] main Koha release repository branch master updated. v16.05.00-424-gef07389

Git repo owner gitmaster at git.koha-community.org
Thu Aug 4 22:03:55 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  ef0738922005e4235b80e70663d7fa711a87556e (commit)
      from  1be7fb5e12f0dd3911bb182ef2c0740c481337ec (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 ef0738922005e4235b80e70663d7fa711a87556e
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>

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

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