fixed libxml tests

This commit is contained in:
Christian Stocker 2011-08-31 08:58:12 +00:00
parent f87065f3d1
commit 43527a0f1c
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ string(10) "-//FOO/BAR"
string(25) "http://example.com/foobar"
array(4) {
["directory"]=>
string(36) "%s"
string(%d) "%s"
["intSubName"]=>
string(3) "foo"
["extSubURI"]=>
@ -60,7 +60,7 @@ string(13) "-//FOO/ENTITY"
string(32) "http://example.com/fooentity.ent"
array(4) {
["directory"]=>
string(36) "%s"
string(%d) "%s"
["intSubName"]=>
string(3) "foo"
["extSubURI"]=>

View File

@ -37,7 +37,7 @@ echo "Done.\n";
--EXPECTF--
string(10) "-//FOO/BAR"
string(46) "%sfoobar.dtd"
string(%d) "%sfoobar.dtd"
Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
bool(false)