https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473
Bug ID: 31473
Summary: Test about bad OpacHiddenItems conf fragile
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
It tests for data truncation (when a two-letter string is passed for a
tinyint(1) field) but there's been some behavior change in the way expressions
are processed that makes the test fail:
# Failed test at t/db_dependent/Koha/Items.t line 1754.
# got: 'Truncated incorrect DECIMAL value: 'AB''
# expected: 'Truncated incorrect DOUBLE value: 'AB''
The fact the expression was tested as a DECIMAL or a DOUBLE first is not really
relevant here.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/