gwynne                                   Fri, 14 Aug 2009 09:44:45 +0000

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

Log:
fix broken test (spurious tab characters caused run-tests to spaz)

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug41861.phpt

Modified: php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug41861.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug41861.phpt      
2009-08-14 09:44:09 UTC (rev 287279)
+++ php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug41861.phpt      
2009-08-14 09:44:45 UTC (rev 287280)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
-       --SKIPIF--
-       <?php if (!extension_loaded("simplexml")) print "skip"; ?>
+--SKIPIF--
+<?php if (!extension_loaded("simplexml")) print "skip"; ?>
 --FILE--
 <?php

@@ -39,4 +39,4 @@
 children(#ns1): 'node1' -- namespaces: #ns1
 children(#ns2): 'node2' -- namespaces: #ns2
 children(#ns3): 'node3' -- namespaces: #ns3
-===DONE===
\ No newline at end of file
+===DONE===

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

Reply via email to