[Koha-bugs] [Bug 15152] Try and make Guided Reports related tests pass

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 16:17:02 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15152

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 44577
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44577&action=edit
Bug 15152: Try and make Guided Reports related tests pass

Jenkins is currently failing on

t_db_dependent_Reports_Guided_t.filter takes report id (393)
Failing for the past 1 build (Since Unstable#190 )
Took 2 ms.
Error Message

not ok 8 - filter takes report id

Standard Output

1..19
ok 1 - use C4::Reports::Guided;
ok 2 - Not breaking subqueries
ok 3 - Returns correct default offset
ok 4 - Returns correct default LIMIT
ok 5 - Correctly removes only final LIMIT
ok 6 - Returns correct default offset
ok 7 - Returns correct extracted LIMIT
ok 8 - Correctly removes only final LIMIT (with offset)
ok 9 - Returns correct extracted offset
ok 10 - Returns correct extracted LIMIT
ok 11 - Not breaking simple queries
ok 12 - Returns correct default offset
ok 13 - Returns correct default LIMIT
ok 14 - Correctly removes LIMIT in simple case
ok 15 - Returns correct default offset
ok 16 - Returns correct extracted LIMIT
ok 17 - Correctly removes LIMIT in simple case (with offset)
ok 18 - Returns correct extracted offset
ok 19 - Returns correct extracted LIMIT

Which does not make sense. I suspect that there is a mismatch with the
 different filenames.

This patch groups the different tests for Guided reports into the same
file.
The goal is to make Jenkins happy going all-in with this assumption.

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


More information about the Koha-bugs mailing list