chregu                                   Wed, 31 Aug 2011 08:58:12 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315866

Log:
fixed libxml tests

Changed paths:
    U   
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
    U   
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
    U   
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
    U   
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt

Modified: 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
     2011-08-31 08:36:22 UTC (rev 315865)
+++ 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
     2011-08-31 08:58:12 UTC (rev 315866)
@@ -48,7 +48,7 @@
 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(32) "http://example.com/fooentity.ent";
 array(4) {
   ["directory"]=>
-  string(36) "%s"
+  string(%d) "%s"
   ["intSubName"]=>
   string(3) "foo"
   ["extSubURI"]=>

Modified: 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
     2011-08-31 08:36:22 UTC (rev 315865)
+++ 
php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
     2011-08-31 08:58:12 UTC (rev 315866)
@@ -37,7 +37,7 @@

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

Modified: 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
===================================================================
--- 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
        2011-08-31 08:36:22 UTC (rev 315865)
+++ 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt
        2011-08-31 08:58:12 UTC (rev 315866)
@@ -48,7 +48,7 @@
 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(32) "http://example.com/fooentity.ent";
 array(4) {
   ["directory"]=>
-  string(36) "%s"
+  string(%d) "%s"
   ["intSubName"]=>
   string(3) "foo"
   ["extSubURI"]=>

Modified: 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
===================================================================
--- 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
        2011-08-31 08:36:22 UTC (rev 315865)
+++ 
php/php-src/trunk/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt
        2011-08-31 08:58:12 UTC (rev 315866)
@@ -37,7 +37,7 @@

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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to