Browse Source

fixed test

experimental/5.3-FPM
Zoe Slattery 17 years ago
parent
commit
7729acd99d
  1. 4
      ext/dom/tests/dom_xinclude.phpt

4
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>

Loading…
Cancel
Save