summaryrefslogtreecommitdiff
path: root/ext/dbase
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-22 14:58:29 +0000
committerFelipe Pena <felipe@php.net>2008-03-22 14:58:29 +0000
commit3ed829f10e45d1c357ec9ed9e4ced1515229e669 (patch)
treed8b64c5e1670bfdf3467798baca9834ce1abccdb /ext/dbase
parent5b5c286d490fd04804a6156e2c4800c32cd38965 (diff)
downloadphp-git-3ed829f10e45d1c357ec9ed9e4ced1515229e669.tar.gz
- Added some UEXPECTs
- Fixed some tests
Diffstat (limited to 'ext/dbase')
-rw-r--r--ext/dbase/tests/001.phpt19
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/dbase/tests/001.phpt b/ext/dbase/tests/001.phpt
index a483f5ff77..60106d5c9f 100644
--- a/ext/dbase/tests/001.phpt
+++ b/ext/dbase/tests/001.phpt
@@ -64,3 +64,22 @@ string(66) "Argument 2 passed to dbase_create() must be an array, string given"
string(50) "dbase_create(): Expected array as second parameter"
bool(false)
Done
+--UEXPECTF--
+int(%d)
+unicode(38) "dbase_create(): unknown field type 'E'"
+bool(false)
+unicode(38) "dbase_create(): unknown field type '-'"
+bool(false)
+int(%d)
+unicode(71) "dbase_create(): expected field name as first element of list in field 0"
+bool(false)
+unicode(56) "dbase_create(): Unable to create database without fields"
+bool(false)
+unicode(67) "Argument 2 passed to dbase_create() must be an array, integer given"
+unicode(50) "dbase_create(): Expected array as second parameter"
+bool(false)
+unicode(%d) "unlink(%s001.dbf): No such file or directory"
+unicode(66) "Argument 2 passed to dbase_create() must be an array, string given"
+unicode(50) "dbase_create(): Expected array as second parameter"
+bool(false)
+Done