7 Apr
2016
7 Apr
'16
4:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16224 --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 50031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50031&action=edit Bug 16224: Fix t/db_dependent/Reports_Guided.t This test: is( scalar @{ get_saved_reports( $report_ids[0] ) }, 1, "filter takes report id" ); can fail when $report_ids[0] is a substring of some saved_sql fields from other reports (reports that have a different id than $report_ids[0]). We can only be sure that get_saved_reports will return at least 1 report. -- You are receiving this mail because: You are watching all bug changes.