rasmus Wed, 27 Apr 2011 21:27:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310603
Log:
Fix test by pointing this at a smaller file that is less likely to break the
test
Changed paths:
U
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
Modified:
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
===================================================================
---
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
2011-04-27 21:27:00 UTC (rev 310602)
+++
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
2011-04-27 21:27:31 UTC (rev 310603)
@@ -8,7 +8,7 @@
require_once('skipif.inc');
// need external DTD/XML docs
-if( @file_get_contents('http://www.php.net/') === FALSE )
+if( @file_get_contents('http://www.php.net/docs.php') === FALSE )
exit('skip network not available');
?>
--FILE--
@@ -16,7 +16,7 @@
require_once('dom_test.inc');
-$XMLStringGood = file_get_contents('http://www.php.net/');
+$XMLStringGood = file_get_contents('http://www.php.net/docs.php');
$dom = new DOMDocument;
$dom->resolveExternals = TRUE;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php