http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13075 Bug ID: 13075 Summary: Use of uninitialized value while proving db_dependent/Holds.t Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: mtompset@hotmail.com QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Calls to C4/Charset.pm's NormalizeString function with an undefined string was triggering errors when running: prove -v t/db_dependent/Holds.t Sadly, t/Charset.t is lacking any function calls to NormalizeString. Silence the errors, and add minimal tests to t/Charset.t for testing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.