[Koha-bugs] [Bug 24361] Fix warnings (or failing tests) from bug 24217

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 7 12:27:48 CET 2020


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 96873
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96873&action=edit
Bug 24361: Fix warning in C4::Record line 435

Use of uninitialized value in concatenation (.) or string at
/kohadevbox/koha/C4/Record.pm line 435

Caught by a failing test:
    #   Failed test 'Export csv with wrong marcxml should raise a warning'
    #   at t/db_dependent/Exporter/Record.t line 113.
    # found warning:  problem with :721 : :1: parser error : Start tag
expected, '<' not found
    # found warning: Use of uninitialized value in concatenation (.) or string
at /kohadevbox/koha/C4/Record.pm line 435.
    # expected to find warning: (?^u:.*Start tag expected.*)

Test plan:
Make sure the tests pass now

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


More information about the Koha-bugs mailing list