https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24760
Bug ID: 24760
Summary: BackgroundJob tests fail with latest versions of YAML
or YAML::Syck
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
YAML 1.30 and YAML::Syck 1.32 introduce a breaking change : they won't bless
loaded objects by default, and t/db_dependent/BackgroundJob.t fail when this
feature is disabled.
I don't know this module very well, but I think that the tests are broken.
C4::BackgroundJob::fetch already bless the object returned from
$session->param, so we don't need to test that $session->param returns a
blessed object.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/