[Koha-bugs] [Bug 16008] noisy "fatal" warning when new file is moved in another patch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 8 22:37:01 CET 2016


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

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 48830
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48830&action=edit
Bug 16008: noisy "fatal" warning when new file is moved in another patch

The failure was tracked down to check_forbidden_patterns in
QohA/File.pm's check_forbidden_patterns function.

As there can't be any forbidden patterns on a non-existent file,
this patch returns the default 1 when the file being checked
does not exist.

TEST PLAN
---------
apply bug 15870 to your koha
run qa test tools
-- see the warning
apply this patch to your qa test tools
run qa test tools
-- no more warning

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


More information about the Koha-bugs mailing list