]> granicus.if.org Git - php/commitdiff
Fixed tests
authorFelipe Pena <felipe@php.net>
Wed, 19 Mar 2008 15:13:12 +0000 (15:13 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 19 Mar 2008 15:13:12 +0000 (15:13 +0000)
ext/standard/tests/assert/assert_basic2.phpt
ext/standard/tests/assert/assert_variation.phpt

index 51ab62183053ed0a5841edf404657a7ed830a02d..ba3ffe23fc8da5f83ed1e59dce293a5c79ae5155 100644 (file)
@@ -36,11 +36,11 @@ f2 called
 
 Warning: assert(): Assertion failed in %s on line 17
 --UEXPECTF--
-unicode(2) "f1"
+string(2) "f1"
 f1 called
 
 Warning: assert(): Assertion failed in %s on line 13
-unicode(2) "f1"
+string(2) "f1"
 unicode(2) "f2"
 f2 called
 
index ffc87970ca09a6164165d465ba1c5114b54599f0..82fdfb21b9aeccdca224424358b75088975e22c2 100644 (file)
@@ -143,7 +143,7 @@ f2 called
 NULL
 
 Change callback function using assert_options and test return value 
-unicode(2) "f2"
+string(2) "f2"
 assert_options(ASSERT_CALLBACK) => [f3]
 ini.get("assert.callback") => [f2]
 f3 called