[Koha-bugs] [Bug 19655] To.json doesn't escape newlines which can create invalid JSON

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 12 14:27:03 CET 2017


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

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Chris Cormack from comment #8)
> Pushed to 16.11.x will be in 16.11.15

This patch breaks tests:
https://jenkins.koha-community.org/job/Koha_16.11_D8/89/

#   Failed test 'No tests run for subtest "json"'
#   at t/db_dependent/Template/Plugin/To.t line 44.
Can't locate object method "build_object" via package "t::lib::TestBuilder" at
t/db_dependent/Template/Plugin/To.t line 32.
# Looks like your test exited with 255 just after 1.
[09:41:40] t/db_dependent/Template/Plugin/To.t

The build_object method of TestBuilder has been added by bug 18182, which is
not in 16.11.x
You should use ->build instead.

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


More information about the Koha-bugs mailing list