Skip to content

Commit 8b905e3

Browse files
committed
Mask DB usernames from expected test output for test portability
1 parent 2b7cd81 commit 8b905e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ext/oci8/tests/array_bind_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ echo "Done\n";
6363
?>
6464
--EXPECTF--
6565
Warning: oci_execute(): ORA-01403: %s
66-
ORA-06512: at "SYSTEM.ARRAY_BIND_003_PKG", line %d
66+
ORA-06512: at "%s.ARRAY_BIND_003_PKG", line %d
6767
ORA-06512: at line %d in %sarray_bind_003.php on line %d
6868
array(4) {
6969
[0]=>

ext/oci8/tests/array_bind_004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ echo "Done\n";
6363
?>
6464
--EXPECTF--
6565
Warning: oci_execute(): ORA-01403: %s
66-
ORA-06512: at "SYSTEM.ARRAY_BIND_004_PKG", line %d
66+
ORA-06512: at "%s.ARRAY_BIND_004_PKG", line %d
6767
ORA-06512: at line %d in %sarray_bind_004.php on line %d
6868
array(0) {
6969
}

ext/oci8/tests/imp_res_call_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Test 1
5757
Warning: oci_execute(): ORA-29478: %s
5858
ORA-06512: at "SYS.DBMS_SQL", line %d
5959
ORA-06512: at "SYS.DBMS_SQL", line %d
60-
ORA-06512: at "SYSTEM.IMP_RES_CALL_ERR_PROC", line %d in %simp_res_call_error.php on line %d
60+
ORA-06512: at "%s.IMP_RES_CALL_ERR_PROC", line %d in %simp_res_call_error.php on line %d
6161
===DONE===

ext/oci8/tests/refcur_prefetch_4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ echo "Done\n";
157157
------Test 1 - Set Prefetch after PL/SQL fetch ----------
158158

159159
Warning: oci_execute(): ORA-01001: %s
160-
ORA-06512: at "SYSTEM.REFCURPKG", line %d
160+
ORA-06512: at "%s.REFCURPKG", line %d
161161
ORA-06512: at line %d in %s on line %d
162162
Fetch Row from PL/SQL
163163
int(0)

0 commit comments

Comments
 (0)