]> git.koha-community.org Git - koha.git/commit
Bug 24199: (bug 23042 follow-up) Prevent t/Auth_with_shibboleth.t to fail randomly
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 Dec 2019 10:22:59 +0000 (11:22 +0100)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Mon, 16 Dec 2019 23:29:32 +0000 (12:29 +1300)
commitcbe5837f6cbbe8c5c86eadb19b288d72e7107c76
tree0b52dc055070b7cbe4da27948e462bfdf63c1d2f
parent7439bdab199527ebf356a351080191ed2fc58bcb
Bug 24199: (bug 23042 follow-up) Prevent t/Auth_with_shibboleth.t to fail randomly

CGI->url_param does not always return the parameters in the same order.

Test plan:
0/ Recreate the random failure, does not apply the patch and run
t/Auth_with_shibboleth.t several times.
You will notice that it fails inconsistenly
1/ Apply the patch and confirm that it now passes 100% of the time

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit b022b37db75e468cc56f3189b2f284f03e81ca2d)
(cherry picked from commit 62875f2b40c2608ddc2447d2a72f89d225b7c88c)
C4/Auth_with_shibboleth.pm