summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-01-09 02:11:54 +0000
committerFelipe Pena <felipe@php.net>2009-01-09 02:11:54 +0000
commit857959838f2cf896a54a74ffeb67f93652f7bcbc (patch)
treeb5452ddc1d29ffa81f05feafc0b1e788bd7c3147 /ext
parent7670ad31e6d85dc6d5e76337207f98092a83b198 (diff)
downloadphp-git-857959838f2cf896a54a74ffeb67f93652f7bcbc.tar.gz
- Fixed tests
Diffstat (limited to 'ext')
-rw-r--r--ext/exif/tests/exif_imagetype_variation1.phpt17
-rw-r--r--ext/standard/tests/strings/md5_file.phptbin3030 -> 3159 bytes
-rw-r--r--ext/tidy/tests/019.phpt4
-rw-r--r--ext/tidy/tests/022.phpt4
4 files changed, 24 insertions, 1 deletions
diff --git a/ext/exif/tests/exif_imagetype_variation1.phpt b/ext/exif/tests/exif_imagetype_variation1.phpt
index 190eda378c..767ed5fecb 100644
--- a/ext/exif/tests/exif_imagetype_variation1.phpt
+++ b/ext/exif/tests/exif_imagetype_variation1.phpt
@@ -165,20 +165,32 @@ NULL
Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 16 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 17 --
Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 18 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 19 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 20 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 21 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 22 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 23 --
@@ -189,11 +201,14 @@ bool(false)
Warning: exif_imagetype() expects parameter 1 to be string, resource given in %s on line %d
NULL
-- Iteration 25 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 26 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
Done
?>
===Done===
-
diff --git a/ext/standard/tests/strings/md5_file.phpt b/ext/standard/tests/strings/md5_file.phpt
index c10d62044f..879cd59aa3 100644
--- a/ext/standard/tests/strings/md5_file.phpt
+++ b/ext/standard/tests/strings/md5_file.phpt
Binary files differ
diff --git a/ext/tidy/tests/019.phpt b/ext/tidy/tests/019.phpt
index 9d2c693cdb..91bbc016ed 100644
--- a/ext/tidy/tests/019.phpt
+++ b/ext/tidy/tests/019.phpt
@@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d
+Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
+
+Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
+
Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d
Done
diff --git a/ext/tidy/tests/022.phpt b/ext/tidy/tests/022.phpt
index 9d2c693cdb..91bbc016ed 100644
--- a/ext/tidy/tests/022.phpt
+++ b/ext/tidy/tests/022.phpt
@@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d
+Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
+
+Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
+
Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d
Done