https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #50 from Jonathan Druart <[email protected]> --- -use_ok('C4::Auth_with_shibboleth'); +use C4::Auth_with_shibboleth; +require_ok('C4::Auth_with_shibboleth'); This will fix the tests. Do not ask me why and prefer to signoff on bug 17600 to avoid, maybe, such craziness... See also t/db_dependent/Circulation.t, commit 3660c451a36db128c143b6388d0d1f34babff4ac for a similar issue. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
