This commit is contained in:
Christophe Maudoux 2019-09-28 19:45:13 +02:00
parent abf27ad7ac
commit b969f5b876
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ open STDERR, '>/dev/null';
# Insert your test code below, the Test::More module is used here so read
# its man page ( perldoc Test::More ) for help writing this test script.
SKIP: {
eval { require Cache::Memcached };
skip

View File

@ -50,7 +50,7 @@ SKIP: {
$h{'Location'} =~
m%^/service/preauth\?account=dwho&by=id&timestamp=$timestamp&expires=0&preauth=$value$%,
'Header Location is set to Zimbra URL'
) or explain( \%h, 'Location => "Zimbra URL' );
) or explain( \%h, 'Location => "Zimbra URL"' );
ok( $h{'Auth-User'} eq 'dwho', 'Header Auth-User is set to "dwho"' )
or explain( \%h, 'Auth-User => "dwho"' );
count(4);