tony2001 Tue Sep 19 11:25:07 2006 UTC
Modified files:
/php-src/ext/xml/tests bug26528.phpt bug35447.phpt
Log:
fix tests
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/bug26528.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/xml/tests/bug26528.phpt
diff -u php-src/ext/xml/tests/bug26528.phpt:1.3
php-src/ext/xml/tests/bug26528.phpt:1.4
--- php-src/ext/xml/tests/bug26528.phpt:1.3 Thu Jun 29 13:05:23 2006
+++ php-src/ext/xml/tests/bug26528.phpt Tue Sep 19 11:25:07 2006
@@ -29,20 +29,3 @@
}
}
}
---UEXPECT--
-array(1) {
- [0]=>
- array(4) {
- [u"tag"]=>
- string(4) "TEST"
- [u"type"]=>
- string(8) "complete"
- [u"level"]=>
- int(1)
- [u"attributes"]=>
- array(1) {
- [u"ATTR"]=>
- string(13) "angle<bracket"
- }
- }
-}
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/tests/bug35447.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/xml/tests/bug35447.phpt
diff -u php-src/ext/xml/tests/bug35447.phpt:1.3
php-src/ext/xml/tests/bug35447.phpt:1.4
--- php-src/ext/xml/tests/bug35447.phpt:1.3 Thu Jun 29 13:05:23 2006
+++ php-src/ext/xml/tests/bug35447.phpt Tue Sep 19 11:25:07 2006
@@ -47,24 +47,3 @@
string(13) "A bient&244;t"
}
}
---UEXPECTF--
-array(1) {
- [0]=>
- array(5) {
- [u"tag"]=>
- string(8) "resource"
- [u"type"]=>
- string(8) "complete"
- [u"level"]=>
- int(1)
- [u"attributes"]=>
- array(2) {
- [u"key"]=>
- string(7) "rSeeYou"
- [u"type"]=>
- string(7) "literal"
- }
- [u"value"]=>
- string(13) "A bient&244;t"
- }
-}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php