remove xfail from pdostatement_nextRowset.phpt

This commit is contained in:
v-kaywon 2017-11-01 17:24:17 -07:00
parent 50d3c19c47
commit 1317d67170
3 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
--TEST-- --TEST--
PDO Drivers Info Test PDO Drivers Info Test
--DESCRIPTION-- --DESCRIPTION--
Verifies the functionality of "PDO:getAvailableDrivers()<EFBFBD>. Verifies the functionality of "PDO:getAvailableDrivers()".
--ENV-- --ENV--
PHPT_EXEC=true PHPT_EXEC=true
--SKIPIF-- --SKIPIF--

View file

@ -44,24 +44,24 @@ try {
} }
echo "Done\n"; echo "Done\n";
?> ?>
--EXPECT-- --EXPECTREGEX--
Starting test... Starting test\.\.\.
Setting query timeout as an attribute in connection Setting query timeout as an attribute in connection
array(3) { array\(3\) \{
[0]=> \[0\]=>
string(5) "HYT00" string\(5\) \"HYT00\"
[1]=> \[1\]=>
int(0) int\(0\)
[2]=> \[2\]=>
string(63) "[Microsoft][ODBC Driver 13 for SQL Server]Query timeout expired" string\(63\) \"\[Microsoft\]\[ODBC Driver 1[1-9] for SQL Server\]Query timeout expired\"
} \}
Setting query timeout in the statement Setting query timeout in the statement
array(3) { array\(3\) \{
[0]=> \[0\]=>
string(5) "HYT00" string\(5\) \"HYT00\"
[1]=> \[1\]=>
int(0) int\(0\)
[2]=> \[2\]=>
string(63) "[Microsoft][ODBC Driver 13 for SQL Server]Query timeout expired" string\(63\) \"\[Microsoft\]\[ODBC Driver 1[1-9] for SQL Server\]Query timeout expired\"
} \}
Done Done