Skip to content

Commit fd23b70

Browse files
committed
fix test
1 parent 2f5229c commit fd23b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/oci8/tests/privileged_connect1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ oci_connect("", "", "", false, "qwe");
1717
echo "Done\n";
1818
?>
1919
--EXPECTF--
20-
Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
20+
Warning: oci_connect(): ORA-%d: %s in %s on line %d
2121

22-
Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
22+
Warning: oci_connect(): ORA-%d: %s in %s on line %d
2323

2424
Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
2525

0 commit comments

Comments
 (0)