diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-01-29 16:18:15 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-01-29 16:18:15 +0000 |
| commit | 47514fd793fbc62d469abae82c4bc04bd725ded8 (patch) | |
| tree | cb8103dbd728589859689e0a7de9ebc251f139be | |
| parent | a4c6b4b0f36a9e301262bd13000bc969ace863d9 (diff) | |
| download | php-git-47514fd793fbc62d469abae82c4bc04bd725ded8.tar.gz | |
fix test
different Oracle client versions report different error messages
| -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 c6c7267809..0235d4be04 100644 --- a/ext/oci8/tests/privileged_connect1.phpt +++ b/ext/oci8/tests/privileged_connect1.phpt @@ -26,9 +26,9 @@ Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d Warning: oci_connect() expects parameter 5 to be long, string given in %s on line %d Done --UEXPECTF-- -Warning: oci_connect(): ORA-01017: invalid username/password; logon denied in %s on line %d +Warning: oci_connect(): ORA-%d: %s in %s on line %d -Warning: oci_connect(): ORA-01017: invalid username/password; logon denied 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 |
