Update combination test

This commit is contained in:
Xavier Guimard 2020-04-21 21:17:44 +02:00
parent 956afaee44
commit e54a98c029

View File

@ -46,6 +46,15 @@ SKIP: {
);
expectCookie( try('dvador') );
expectReject( try('dwho') );
$client = iniCmb(
'if($env->{REMOTE_ADDR} =~ /^(127\.)/) then [Dm] or [DB] else [DB]');
expectCookie( try('rtyler') );
expectCookie( try('dwho') );
$client = iniCmb(
'if($env->{REMOTE_ADDR} =~ /^(128\.)/) then [Dm,Dm] or [DB,DB] else [DB,DB]'
);
expectCookie( try('rtyler') );
expectReject( try('dwho') );
}
count($maintests);
clean_sessions();