felipe Mon Jul 14 12:33:25 2008 UTC
Modified files:
/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.13&r2=1.14&diff_format=u
Index: php-src/ext/dom/tests/dom003.phpt
diff -u php-src/ext/dom/tests/dom003.phpt:1.13
php-src/ext/dom/tests/dom003.phpt:1.14
--- php-src/ext/dom/tests/dom003.phpt:1.13 Tue May 27 18:16:00 2008
+++ php-src/ext/dom/tests/dom003.phpt Mon Jul 14 12:33:25 2008
@@ -21,7 +21,7 @@
?>
--EXPECTF--
--- Catch exception with try/catch
-object(DOMException)#%d (6) {
+object(DOMException)#%d (%d) {
[u"message":protected]=>
unicode(23) "Hierarchy Request Error"
[u"string":u"Exception":private]=>
@@ -52,6 +52,8 @@
}
}
}
+ [u"previous":u"Exception":private]=>
+ NULL
[u"code"]=>
int(3)
}
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom_set_attr_node.phpt?r1=1.5&r2=1.6&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.5
php-src/ext/dom/tests/dom_set_attr_node.phpt:1.6
--- php-src/ext/dom/tests/dom_set_attr_node.phpt:1.5 Tue May 27 18:16:00 2008
+++ php-src/ext/dom/tests/dom_set_attr_node.phpt Mon Jul 14 12:33:25 2008
@@ -31,7 +31,7 @@
?>
--EXPECTF--
-object(DOMException)#%d (6) {
+object(DOMException)#%d (%d) {
[u"message":protected]=>
unicode(20) "Wrong Document Error"
[u"string":u"Exception":private]=>
@@ -62,6 +62,8 @@
}
}
}
+ [u"previous":u"Exception":private]=>
+ NULL
[u"code"]=>
int(4)
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php