sixd Wed, 28 Apr 2010 17:26:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298712
Log:
Mask schemaname in error messages
Changed paths:
U php/php-src/branches/PHP_5_3/ext/oci8/tests/commit_002.phpt
U php/php-src/branches/PHP_5_3/ext/oci8/tests/refcur_prefetch_1.phpt
U php/php-src/trunk/ext/oci8/tests/commit_002.phpt
U php/php-src/trunk/ext/oci8/tests/refcur_prefetch_2.phpt
Modified: php/php-src/branches/PHP_5_3/ext/oci8/tests/commit_002.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/tests/commit_002.phpt 2010-04-28
17:20:30 UTC (rev 298711)
+++ php/php-src/branches/PHP_5_3/ext/oci8/tests/commit_002.phpt 2010-04-28
17:26:59 UTC (rev 298712)
@@ -80,11 +80,11 @@
<?php exit(0); ?>
--EXPECTF--
First Insert
-Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s
+Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
Second Insert
Warning: oci_commit(): ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
Could not commit: ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s
===DONE===
Modified: php/php-src/branches/PHP_5_3/ext/oci8/tests/refcur_prefetch_1.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/tests/refcur_prefetch_1.phpt
2010-04-28 17:20:30 UTC (rev 298711)
+++ php/php-src/branches/PHP_5_3/ext/oci8/tests/refcur_prefetch_1.phpt
2010-04-28 17:26:59 UTC (rev 298712)
@@ -175,7 +175,7 @@
}
Warning: oci_execute(): ORA-01002: %s
-ORA-06512: at "SYSTEM.REFCURPKG", line %d
+ORA-06512: at "%s.REFCURPKG", line %d
ORA-06512: at line %d in %s on line %d
Fetch Row from PL/SQL
NULL
@@ -218,7 +218,7 @@
}
Warning: oci_execute(): ORA-01002: %s
-ORA-06512: at "SYSTEM.REFCURPKG", line %d
+ORA-06512: at "%s.REFCURPKG", line %d
ORA-06512: at line %d in %s on line %d
Fetch Row from PL/SQL
NULL
Modified: php/php-src/trunk/ext/oci8/tests/commit_002.phpt
===================================================================
--- php/php-src/trunk/ext/oci8/tests/commit_002.phpt 2010-04-28 17:20:30 UTC
(rev 298711)
+++ php/php-src/trunk/ext/oci8/tests/commit_002.phpt 2010-04-28 17:26:59 UTC
(rev 298712)
@@ -80,11 +80,11 @@
<?php exit(0); ?>
--EXPECTF--
First Insert
-Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s
+Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
Second Insert
Warning: oci_commit(): ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
Could not commit: ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s
===DONE===
Modified: php/php-src/trunk/ext/oci8/tests/refcur_prefetch_2.phpt
===================================================================
--- php/php-src/trunk/ext/oci8/tests/refcur_prefetch_2.phpt 2010-04-28
17:20:30 UTC (rev 298711)
+++ php/php-src/trunk/ext/oci8/tests/refcur_prefetch_2.phpt 2010-04-28
17:26:59 UTC (rev 298712)
@@ -291,7 +291,7 @@
------Test 3 - Set Prefetch after PL/SQL fetch ----------
Warning: oci_execute(): ORA-01001: %s
-ORA-06512: at "SYSTEM.REFCURPKG", line %d
+ORA-06512: at "%s.REFCURPKG", line %d
ORA-06512: at line %d in %s on line %d
Fetch Row from PL/SQL
%unicode|string%(%d) "101"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php