From 376dcd80bb79b979c8d99c43d037e5ca5bdb9948 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 22 Oct 2002 18:40:30 +0000 Subject: [PATCH] Updated tests --- ext/db/tests/001.phpt | 13 ++++++++----- ext/db/tests/002.phpt | 17 +++++++++-------- ext/db/tests/003.phpt | 18 ++++++++++-------- ext/db/tests/004.phpt | 26 ++++++++++++++------------ ext/db/tests/005.phpt | 32 +++++++++++++++++--------------- ext/db/tests/006.phpt | 36 +++++++++++++++++++----------------- ext/db/tests/test.inc | 3 +++ 7 files changed, 80 insertions(+), 65 deletions(-) create mode 100644 ext/db/tests/test.inc diff --git a/ext/db/tests/001.phpt b/ext/db/tests/001.phpt index ea95d3d70a..a18e79a82b 100644 --- a/ext/db/tests/001.phpt +++ b/ext/db/tests/001.phpt @@ -2,12 +2,15 @@ DBM File Creation Test --SKIPIF-- ---POST-- ---GET-- --FILE-- --EXPECT-- - +database file created \ No newline at end of file diff --git a/ext/db/tests/002.phpt b/ext/db/tests/002.phpt index d0bc710f08..3c797370c5 100644 --- a/ext/db/tests/002.phpt +++ b/ext/db/tests/002.phpt @@ -1,16 +1,17 @@ --TEST-- DBM Insert/Fetch Test --SKIPIF-- - ---POST-- ---GET-- + --FILE-- --EXPECT-- This is a test insert diff --git a/ext/db/tests/003.phpt b/ext/db/tests/003.phpt index 319325c398..d2351e24a5 100644 --- a/ext/db/tests/003.phpt +++ b/ext/db/tests/003.phpt @@ -2,16 +2,18 @@ DBM Insert/Replace/Fetch Test --SKIPIF-- ---POST-- ---GET-- --FILE-- --EXPECT-- This is the replacement text diff --git a/ext/db/tests/004.phpt b/ext/db/tests/004.phpt index 1becfcfdcd..4c19a38fe6 100644 --- a/ext/db/tests/004.phpt +++ b/ext/db/tests/004.phpt @@ -2,20 +2,22 @@ DBM Multiple Insert/Fetch Test --SKIPIF-- ---POST-- ---GET-- --FILE-- --EXPECT-- Another Content String Content String 2 diff --git a/ext/db/tests/005.phpt b/ext/db/tests/005.phpt index de33201883..6105f533d8 100644 --- a/ext/db/tests/005.phpt +++ b/ext/db/tests/005.phpt @@ -2,24 +2,26 @@ DBM FirstKey/NextKey Loop Test With 5 Items --SKIPIF-- ---POST-- ---GET-- --FILE-- --EXPECT-- 5 diff --git a/ext/db/tests/006.phpt b/ext/db/tests/006.phpt index 3428ce3948..c5ffd597ca 100644 --- a/ext/db/tests/006.phpt +++ b/ext/db/tests/006.phpt @@ -2,26 +2,28 @@ DBM FirstKey/NextKey with 2 deletes --SKIPIF-- ---POST-- ---GET-- --FILE-- --EXPECT-- 3 diff --git a/ext/db/tests/test.inc b/ext/db/tests/test.inc new file mode 100644 index 0000000000..1e384aa835 --- /dev/null +++ b/ext/db/tests/test.inc @@ -0,0 +1,3 @@ + -- 2.50.1