summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/commit_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/commit_002.phpt')
-rw-r--r--ext/oci8/tests/commit_002.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/commit_002.phpt b/ext/oci8/tests/commit_002.phpt
index d46ea29922..1819fe116b 100644
--- a/ext/oci8/tests/commit_002.phpt
+++ b/ext/oci8/tests/commit_002.phpt
@@ -80,11 +80,11 @@ oci_close($c);
<?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===