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)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 16 Dec 2019 21:48:38 +0000 (21:48 +0000)
commiteb4af2c0cdcd4a800c5690820351a6b8696f28e4
treea9017119a16f3bd8faa3b0e2c91b16d29883fb86
parent9e969e0f7b0f556dcd947c9db482540174f3f1ca
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>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 569a098f7df62a00c42a924b3444230bb047b874)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth_with_shibboleth.pm