fix regex in test

This commit is contained in:
v-kaywon 2017-06-07 14:27:36 -07:00
parent 208cc4a078
commit c3602f1d48
2 changed files with 8 additions and 8 deletions

View file

@ -48,13 +48,13 @@ test_tnir("Disabled", true); // case tdme
--EXPECTREGEX--
Connection successful with TNIR Enabled and MultiSubnetFailover false\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Enabled and MultiSubnetFailover true\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Disabled and MultiSubnetFailover false\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Disabled and MultiSubnetFailover true\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.

View file

@ -48,13 +48,13 @@ test_tnir("Disabled", true); // case tdme
--EXPECTREGEX--
Connection successful with TNIR Enabled and MultiSubnetFailover false\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Enabled and MultiSubnetFailover true\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Disabled and MultiSubnetFailover false\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.
Connection successful with TNIR Disabled and MultiSubnetFailover true\.
Time to connect is [0-9]+\.[0-9]+ sec\.
Time to connect is [0-9]+.?[0-9]* sec\.