sterling                Sat Jan 17 16:47:44 2004 EDT

  Modified files:              
    /php-src/ext/simplexml/tests        profile08.phpt profile11.phpt 
  Log:
  update the tests proper-like
  
  
Index: php-src/ext/simplexml/tests/profile08.phpt
diff -u php-src/ext/simplexml/tests/profile08.phpt:1.1 
php-src/ext/simplexml/tests/profile08.phpt:1.2
--- php-src/ext/simplexml/tests/profile08.phpt:1.1      Fri Jan 16 15:50:29 2004
+++ php-src/ext/simplexml/tests/profile08.phpt  Sat Jan 17 16:47:43 2004
@@ -15,5 +15,4 @@
 echo "\n---Done---\n";
 ?>
 --EXPECT--
-
 ---Done--- 
Index: php-src/ext/simplexml/tests/profile11.phpt
diff -u php-src/ext/simplexml/tests/profile11.phpt:1.2 
php-src/ext/simplexml/tests/profile11.phpt:1.3
--- php-src/ext/simplexml/tests/profile11.phpt:1.2      Fri Jan 16 17:26:09 2004
+++ php-src/ext/simplexml/tests/profile11.phpt  Sat Jan 17 16:47:43 2004
@@ -12,9 +12,9 @@
 </root>
 ');
 
-echo $root->children('reserved')->child;
+echo $root->children('reserved-ns')->child;
 echo "\n";
-echo $root->children('special')->child;
+echo $root->children('special-ns')->child;
 foreach ($root->child as $child) {
        echo "$child\n";
 }

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

Reply via email to