From 47514fd793fbc62d469abae82c4bc04bd725ded8 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 29 Jan 2007 16:18:15 +0000 Subject: [PATCH] fix test different Oracle client versions report different error messages --- ext/oci8/tests/privileged_connect1.phpt | 4 ++-- 1 file 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 -- 2.50.1