@@ -8,13 +8,13 @@ Subject: Fix ext/dba tests when ndbm and dbm handlers are enabled
88* There are also .pag and .dir files created by these two handlers so
99 cleanup step is adjusted a bit.
1010---
11- ext/dba/tests/dba_dbm.phpt | 27 +++++++++--
11+ ext/dba/tests/dba_dbm.phpt | 29 +++++++++- --
1212 ext/dba/tests/dba_ndbm.phpt | 59 ++-----------------------
1313 ext/dba/tests/setup/setup_dba_tests.inc | 3 ++
14- 3 files changed, 29 insertions(+), 60 deletions(-)
14+ 3 files changed, 30 insertions(+), 61 deletions(-)
1515
1616diff --git a/ext/dba/tests/dba_dbm.phpt b/ext/dba/tests/dba_dbm.phpt
17- index 3840359343..2fb577d1bd 100644
17+ index 3840359343..79bb82a94b 100644
1818--- a/ext/dba/tests/dba_dbm.phpt
1919+++ b/ext/dba/tests/dba_dbm.phpt
2020@@ -13,8 +13,8 @@
@@ -32,18 +32,19 @@ index 3840359343..2fb577d1bd 100644
3232 cleanup_standard_db($db_name);
3333 ?>
3434 --EXPECT--
35+ - key4: Another Content String
3536+ Remove key 1 and 3
3637+ bool(true)
3738+ bool(true)
3839+ Try to remove key 1 again
3940+ bool(false)
40- key4: Another Content String
41+ + [key10]name10: Content String 10
42+ + [key30]name30: Content String 30
4143 key2: Content String 2
44+ + key4: Another Content String
4245 key5: The last content string
4346- Total keys: 3
44- + [key10]name10: Content String 10
4547+ name9: Content String 9
46- + [key30]name30: Content String 30
4748+ Total keys: 6
4849 Key 1 exists? N
4950 Key 2 exists? Y
0 commit comments