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)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 16 Dec 2019 21:38:45 +0000 (21:38 +0000)
commit569a098f7df62a00c42a924b3444230bb047b874
tree3f0213e2287f0c9a5e423137a001347519b55db4
parent0e21de15d61999183ea17624465ab0bc1a6c867e
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>
C4/Auth_with_shibboleth.pm