This commit is contained in:
Christophe Maudoux 2019-10-13 22:38:46 +02:00
parent c312955603
commit 6adbf402a0
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ ok( $res->[2]->[0] =~ m%<img src="/static/common/icons/decryptValue\.png"%,
or explain( $res->[2]->[0], 'decryptValue.png' );
count(3);
# CheckUser form
# DecryptValue form
# ------------------------
ok(
$res = $client->_get(
@ -72,7 +72,7 @@ ok( $res->[2]->[0] =~ m%<span trspan="decryptCipheredValue">%,
or explain( $res->[2]->[0], 'trspan="decryptCipheredValue"' );
count(2);
# Valid ciphered value
# Decrypt ciphered value
$query =~
s%cipheredValue=%cipheredValue=lowercase%;
ok(

View File

@ -43,7 +43,7 @@ count(1);
my $id = expectCookie($res);
expectRedirection( $res, 'http://auth.example.com/' );
# CheckUser form for a foridden user
# DecryptValue form for a foridden user
# ------------------------
ok(
$res = $client->_get(
@ -92,7 +92,7 @@ ok( $res->[2]->[0] =~ m%<img src="/static/common/icons/decryptValue\.png"%,
or explain( $res->[2]->[0], 'decryptValue.png' );
count(3);
# CheckUser form
# DecryptValue form
# ------------------------
ok(
$res = $client->_get(