[Koha-bugs] [Bug 16864] Silence warnings in t/db_dependent/ILSDI_Services.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 6 20:21:02 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16864

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 53151
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53151&action=edit
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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list