diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2016-07-07 11:52:17 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2016-07-07 11:52:17 +1000 |
commit | 8b905e337c0e88ec66a25e4b7dbbd5c87279ea75 (patch) | |
tree | ab0aa947faae0ae7a1196480dce97bdd4c6225c5 | |
parent | 2b7cd813e7a30a729cd70a644ce99d30b4141846 (diff) | |
download | php-git-8b905e337c0e88ec66a25e4b7dbbd5c87279ea75.tar.gz |
Mask DB usernames from expected test output for test portability
-rw-r--r-- | ext/oci8/tests/array_bind_003.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/array_bind_004.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/imp_res_call_error.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/refcur_prefetch_4.phpt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/oci8/tests/array_bind_003.phpt b/ext/oci8/tests/array_bind_003.phpt index eee1500202..bd391db93f 100644 --- a/ext/oci8/tests/array_bind_003.phpt +++ b/ext/oci8/tests/array_bind_003.phpt @@ -63,7 +63,7 @@ echo "Done\n"; ?> --EXPECTF-- Warning: oci_execute(): ORA-01403: %s -ORA-06512: at "SYSTEM.ARRAY_BIND_003_PKG", line %d +ORA-06512: at "%s.ARRAY_BIND_003_PKG", line %d ORA-06512: at line %d in %sarray_bind_003.php on line %d array(4) { [0]=> diff --git a/ext/oci8/tests/array_bind_004.phpt b/ext/oci8/tests/array_bind_004.phpt index a998a2225b..7373903b6f 100644 --- a/ext/oci8/tests/array_bind_004.phpt +++ b/ext/oci8/tests/array_bind_004.phpt @@ -63,7 +63,7 @@ echo "Done\n"; ?> --EXPECTF-- Warning: oci_execute(): ORA-01403: %s -ORA-06512: at "SYSTEM.ARRAY_BIND_004_PKG", line %d +ORA-06512: at "%s.ARRAY_BIND_004_PKG", line %d ORA-06512: at line %d in %sarray_bind_004.php on line %d array(0) { } diff --git a/ext/oci8/tests/imp_res_call_error.phpt b/ext/oci8/tests/imp_res_call_error.phpt index 8b0fa78db9..bae2c47e9e 100644 --- a/ext/oci8/tests/imp_res_call_error.phpt +++ b/ext/oci8/tests/imp_res_call_error.phpt @@ -57,5 +57,5 @@ Test 1 Warning: oci_execute(): ORA-29478: %s ORA-06512: at "SYS.DBMS_SQL", line %d ORA-06512: at "SYS.DBMS_SQL", line %d -ORA-06512: at "SYSTEM.IMP_RES_CALL_ERR_PROC", line %d in %simp_res_call_error.php on line %d +ORA-06512: at "%s.IMP_RES_CALL_ERR_PROC", line %d in %simp_res_call_error.php on line %d ===DONE=== diff --git a/ext/oci8/tests/refcur_prefetch_4.phpt b/ext/oci8/tests/refcur_prefetch_4.phpt index f0c7183d0e..131ae6ad6b 100644 --- a/ext/oci8/tests/refcur_prefetch_4.phpt +++ b/ext/oci8/tests/refcur_prefetch_4.phpt @@ -157,7 +157,7 @@ echo "Done\n"; ------Test 1 - 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 int(0) |