diff options
author | Zoe Slattery <zoe@php.net> | 2009-02-13 17:56:20 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2009-02-13 17:56:20 +0000 |
commit | 7729acd99df2aee8d1bbdb96b1b5102be03ed1fc (patch) | |
tree | b64aba4a55f2b78eaf24ccd066b7a35e5e667b3a /ext/dom | |
parent | 1c48fa06e5c44aa102a9923968830ebf6cdd068a (diff) | |
download | php-git-7729acd99df2aee8d1bbdb96b1b5102be03ed1fc.tar.gz |
fixed test
Diffstat (limited to 'ext/dom')
-rw-r--r-- | ext/dom/tests/dom_xinclude.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/dom_xinclude.phpt b/ext/dom/tests/dom_xinclude.phpt index f9a3dd761e..bf335d0322 100644 --- a/ext/dom/tests/dom_xinclude.phpt +++ b/ext/dom/tests/dom_xinclude.phpt @@ -23,10 +23,10 @@ foreach ($dom->documentElement->childNodes as $node) { --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> |