From: Marcus Boerger Date: Fri, 1 Nov 2002 14:21:36 +0000 (+0000) Subject: Always show handler used X-Git-Tag: php-4.3.0RC1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d50e62cbacc55a4348aac04e77e5f2946218133f;p=php Always show handler used --- diff --git a/ext/dba/tests/dba001.phpt b/ext/dba/tests/dba001.phpt index 909f78214d..68d3373376 100644 --- a/ext/dba/tests/dba001.phpt +++ b/ext/dba/tests/dba001.phpt @@ -7,12 +7,14 @@ DBA File Creation Test --FILE-- --EXPECTF-- -database file created with %s. \ No newline at end of file +database handler: %s +database file created \ No newline at end of file diff --git a/ext/dba/tests/dba002.phpt b/ext/dba/tests/dba002.phpt index d2fd7d012c..d4e4eb1710 100644 --- a/ext/dba/tests/dba002.phpt +++ b/ext/dba/tests/dba002.phpt @@ -7,6 +7,7 @@ DBA Insert/Fetch Test --FILE-- ---EXPECT-- +--EXPECTF-- +database handler: %s This is a test insert diff --git a/ext/dba/tests/dba003.phpt b/ext/dba/tests/dba003.phpt index 64225a8329..5fdc622c1b 100644 --- a/ext/dba/tests/dba003.phpt +++ b/ext/dba/tests/dba003.phpt @@ -7,6 +7,7 @@ DBA Insert/Replace/Fetch Test --FILE-- ---EXPECT-- +--EXPECTF-- +database handler: %s This is the replacement text diff --git a/ext/dba/tests/dba004.phpt b/ext/dba/tests/dba004.phpt index 9259a78d57..5403ae0033 100644 --- a/ext/dba/tests/dba004.phpt +++ b/ext/dba/tests/dba004.phpt @@ -7,6 +7,7 @@ DBA Multiple Insert/Fetch Test --FILE-- ---EXPECT-- +--EXPECTF-- +database handler: %s Another Content String Content String 2 diff --git a/ext/dba/tests/dba005.phpt b/ext/dba/tests/dba005.phpt index 98b1d9e7e9..d2b958ca61 100644 --- a/ext/dba/tests/dba005.phpt +++ b/ext/dba/tests/dba005.phpt @@ -7,6 +7,7 @@ DBA FirstKey/NextKey Loop Test With 5 Items --FILE-- ---EXPECT-- +--EXPECTF-- +database handler: %s 5YYYYY diff --git a/ext/dba/tests/dba006.phpt b/ext/dba/tests/dba006.phpt index 5d9882a1b0..a572a70f3b 100644 --- a/ext/dba/tests/dba006.phpt +++ b/ext/dba/tests/dba006.phpt @@ -7,6 +7,7 @@ DBA FirstKey/NextKey with 2 deletes --FILE-- ---EXPECT-- +--EXPECTF-- +database handler: %s 3NYNYY \ No newline at end of file diff --git a/ext/dba/tests/dba007.phpt b/ext/dba/tests/dba007.phpt index 82316cfd01..65509bc240 100644 --- a/ext/dba/tests/dba007.phpt +++ b/ext/dba/tests/dba007.phpt @@ -8,20 +8,21 @@ DBA Multiple File Creation Test --FILE-- --EXPECTF-- -database file created with %s. +database handler: %s +database file created +database file created +database file created array(3) { [%d]=> - string(%d) "%sext/dba/tests/test.dbm" + string(%d) "%sext/dba/tests/test0.dbm" [%d]=> string(%d) "%sext/dba/tests/test1.dbm" [%d]=>