felipe          Mon Jul 14 11:47:44 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/dom/tests      dom003.phpt dom_set_attr_node.phpt 
  Log:
  - Fixed tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom003.phpt?r1=1.10.6.2&r2=1.10.6.3&diff_format=u
Index: php-src/ext/dom/tests/dom003.phpt
diff -u php-src/ext/dom/tests/dom003.phpt:1.10.6.2 
php-src/ext/dom/tests/dom003.phpt:1.10.6.3
--- php-src/ext/dom/tests/dom003.phpt:1.10.6.2  Sun Jul 13 21:22:55 2008
+++ php-src/ext/dom/tests/dom003.phpt   Mon Jul 14 11:47:44 2008
@@ -21,7 +21,7 @@
 ?>
 --EXPECTF--
 --- Catch exception with try/catch
-object(DOMException)#%d (6) {
+object(DOMException)#%d (%d) {
   ["message":protected]=>
   string(23) "Hierarchy Request Error"
   ["string":"Exception":private]=>
@@ -52,10 +52,10 @@
       }
     }
   }
-  ["code"]=>
-  int(3)
   ["previous":"Exception":private]=>
   NULL
+  ["code"]=>
+  int(3)
 }
 --- Don't catch exception with try/catch
 
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom_set_attr_node.phpt?r1=1.1.2.3.4.2&r2=1.1.2.3.4.3&diff_format=u
Index: php-src/ext/dom/tests/dom_set_attr_node.phpt
diff -u php-src/ext/dom/tests/dom_set_attr_node.phpt:1.1.2.3.4.2 
php-src/ext/dom/tests/dom_set_attr_node.phpt:1.1.2.3.4.3
--- php-src/ext/dom/tests/dom_set_attr_node.phpt:1.1.2.3.4.2    Sun Jul 13 
21:22:55 2008
+++ php-src/ext/dom/tests/dom_set_attr_node.phpt        Mon Jul 14 11:47:44 2008
@@ -62,8 +62,8 @@
       }
     }
   }
-  ["code"]=>
-  int(4)
   ["previous":"Exception":private]=>
   NULL
+  ["code"]=>
+  int(4)
 }



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

Reply via email to