zoe Fri Feb 13 17:56:20 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/dom/tests dom_xinclude.phpt
Log:
fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom_xinclude.phpt?r1=1.4.2.1&r2=1.4.2.1.4.1&diff_format=u
Index: php-src/ext/dom/tests/dom_xinclude.phpt
diff -u php-src/ext/dom/tests/dom_xinclude.phpt:1.4.2.1
php-src/ext/dom/tests/dom_xinclude.phpt:1.4.2.1.4.1
--- php-src/ext/dom/tests/dom_xinclude.phpt:1.4.2.1 Thu Oct 20 19:22:03 2005
+++ php-src/ext/dom/tests/dom_xinclude.phpt Fri Feb 13 17:56:20 2009
@@ -23,10 +23,10 @@
--EXPECTF--
<?xml version="1.0"?>
<foo xmlns:xi="http://www.w3.org/2001/XInclude">
- <book xml:base="compress.zlib://%sext/dom/tests/book.xml">
+ <book xml:base="compress.zlib://%sbook.xml">
<title>The Grapes of Wrath</title>
<author>John Steinbeck</author>
- </book><book xml:base="compress.zlib://%sext/dom/tests/book.xml">
+ </book><book xml:base="compress.zlib://%sbook.xml">
<title>The Pearl</title>
<author>John Steinbeck</author>
</book>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php