[Koha-bugs] [Bug 12026] Shibboleth auto-provisioning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 14:42:58 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #50 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
-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.


More information about the Koha-bugs mailing list