diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-12 13:11:36 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-12 13:11:36 +0000 |
commit | fd23b700fb9cc2aee29f15c9df12717c122d00f9 (patch) | |
tree | 95fb3fe6e6ef33801e8d70fb2e5c7f0d8ffe0e82 | |
parent | 2f5229c9fc04800451c7107d789701d7b2135d11 (diff) | |
download | php-git-fd23b700fb9cc2aee29f15c9df12717c122d00f9.tar.gz |
fix test
-rw-r--r-- | ext/oci8/tests/privileged_connect1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/privileged_connect1.phpt b/ext/oci8/tests/privileged_connect1.phpt index a05a21093a..44bb2f60a8 100644 --- a/ext/oci8/tests/privileged_connect1.phpt +++ b/ext/oci8/tests/privileged_connect1.phpt @@ -17,9 +17,9 @@ oci_connect("", "", "", false, "qwe"); echo "Done\n"; ?> --EXPECTF-- -Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d +Warning: oci_connect(): ORA-%d: %s in %s on line %d -Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d +Warning: oci_connect(): ORA-%d: %s in %s on line %d Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d |