tony2001 Sun Jul 13 21:22:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dom/tests DOMCharacterData_appendData_basic.phpt DOMComment_appendData_basic_Sullivan.phpt DOMComment_replaceData_basic.phpt DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt DOMDocument_createAttribute_basic.phpt DOMDocument_createAttribute_error.phpt DOMDocument_createAttribute_error1.phpt DOMDocument_createAttribute_variation.phpt DOMDocument_createProcessingInstruction_basic.phpt DOMDocument_createProcessingInstruction_error.phpt DOMElement_hasAttributes_basic.phpt DOMNode_hasChildNodes.phpt DOMNode_insertBefore.phpt DOMNode_issamenode_basic.phpt DOMText_appendData_basic.phpt bug42082.phpt bug43364.phpt dom003.phpt dom_set_attr_node.phpt Log: MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt diff -u php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.1.2.1 Wed May 21 15:00:59 2008 +++ php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php @@ -32,4 +34,4 @@ CDATA Content: data><&" <?xml version="1.0"?> -<root><cdata><![CDATA[data><&"]]></cdata></root> \ No newline at end of file +<root><cdata><![CDATA[data><&"]]></cdata></root> http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt diff -u php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.1.2.1 php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.1.2.1 Wed May 21 15:00:59 2008 +++ php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php @@ -32,4 +34,4 @@ Comment Content: data><&" <?xml version="1.0"?> -<root><comment><!--data><&"--></comment></root> \ No newline at end of file +<root><comment><!--data><&"--></comment></root> http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt diff -u php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.1.2.1 Sat May 17 11:20:55 2008 +++ php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt Sun Jul 13 21:22:55 2008 @@ -4,7 +4,7 @@ Andrew Larssen <[EMAIL PROTECTED]> London TestFest 2008 --SKIPIF-- -<?php // require_once('skipif.inc'); ?> +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt diff -u php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.1.2.1 Fri May 16 17:13:42 2008 +++ php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt Sun Jul 13 21:22:55 2008 @@ -1,5 +1,7 @@ --TEST-- Testing DOMDocumentFragment::appendXML and DOMDocumentFragment::hasChildNodes +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $doc = new DOMDocument(); http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.1.2.2 php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.1.2.2 Mon May 19 12:48:18 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Muhammad Khalid Adnan # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.1.2.2 php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.1.2.2 Mon May 19 12:48:18 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt Sun Jul 13 21:22:55 2008 @@ -1,5 +1,7 @@ --TEST-- Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $dom = new DOMDocument(); http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.1.2.2 php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.1.2.2 Mon May 19 12:48:18 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Muhammad Khalid Adnan # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt diff -u php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.1.2.2 php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.1.2.2 Mon May 19 12:48:18 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt Sun Jul 13 21:22:55 2008 @@ -1,5 +1,7 @@ --TEST-- Test DOMDocument::createAttribute() for expected return value +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $dom = new DOMDocument(); http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt diff -u php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.1.2.1 Tue Jun 3 12:42:22 2008 +++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Muhammad Khalid Adnan # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt diff -u php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.1.2.1 php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.1.2.1 Tue Jun 3 12:42:22 2008 +++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Muhammad Khalid Adnan # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt diff -u php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.1.2.1 Mon May 19 12:48:18 2008 +++ php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- James Lewis <[EMAIL PROTECTED]> #TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php require_once("dom_test.inc"); http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt diff -u php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.1.2.2 php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.1.2.2 Tue May 27 10:21:21 2008 +++ php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Michael Stillwell <[EMAIL PROTECTED]> # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMNode_insertBefore.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/DOMNode_insertBefore.phpt diff -u php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.1.2.2 php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.1.2.3 --- php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.1.2.2 Tue May 27 10:21:21 2008 +++ php-src/ext/dom/tests/DOMNode_insertBefore.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Michael Stillwell <[EMAIL PROTECTED]> # TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt diff -u php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.1.2.1 Wed May 21 15:00:59 2008 +++ php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- James Lewis <[EMAIL PROTECTED]> #TestFest 2008 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php require_once("dom_test.inc"); http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMText_appendData_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/dom/tests/DOMText_appendData_basic.phpt diff -u php-src/ext/dom/tests/DOMText_appendData_basic.phpt:1.1.2.1 php-src/ext/dom/tests/DOMText_appendData_basic.phpt:1.1.2.2 --- php-src/ext/dom/tests/DOMText_appendData_basic.phpt:1.1.2.1 Wed May 21 15:00:59 2008 +++ php-src/ext/dom/tests/DOMText_appendData_basic.phpt Sun Jul 13 21:22:55 2008 @@ -3,6 +3,8 @@ --CREDITS-- Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php @@ -32,4 +34,4 @@ Text Content: data><&" <?xml version="1.0"?> -<root><text>data><&"</text></root> \ No newline at end of file +<root><text>data><&"</text></root> http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/bug42082.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u Index: php-src/ext/dom/tests/bug42082.phpt diff -u php-src/ext/dom/tests/bug42082.phpt:1.1.2.2.2.1 php-src/ext/dom/tests/bug42082.phpt:1.1.2.2.2.2 --- php-src/ext/dom/tests/bug42082.phpt:1.1.2.2.2.1 Sat May 3 20:36:36 2008 +++ php-src/ext/dom/tests/bug42082.phpt Sun Jul 13 21:22:55 2008 @@ -1,5 +1,7 @@ --TEST-- Bug #42082 (NodeList length zero should be empty) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $doc = new DOMDocument(); @@ -24,4 +26,4 @@ bool(true) bool(true) bool(false) -bool(false) \ No newline at end of file +bool(false) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/bug43364.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/dom/tests/bug43364.phpt diff -u php-src/ext/dom/tests/bug43364.phpt:1.1.2.2 php-src/ext/dom/tests/bug43364.phpt:1.1.2.3 --- php-src/ext/dom/tests/bug43364.phpt:1.1.2.2 Wed Nov 28 10:44:21 2007 +++ php-src/ext/dom/tests/bug43364.phpt Sun Jul 13 21:22:55 2008 @@ -1,5 +1,7 @@ --TEST-- Bug #43364 (recursive xincludes don't remove internal xml nodes properly) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php function loopElements($nodes) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom003.phpt?r1=1.10.6.1&r2=1.10.6.2&diff_format=u Index: php-src/ext/dom/tests/dom003.phpt diff -u php-src/ext/dom/tests/dom003.phpt:1.10.6.1 php-src/ext/dom/tests/dom003.phpt:1.10.6.2 --- php-src/ext/dom/tests/dom003.phpt:1.10.6.1 Fri Nov 2 19:41:10 2007 +++ php-src/ext/dom/tests/dom003.phpt Sun Jul 13 21:22:55 2008 @@ -54,6 +54,8 @@ } ["code"]=> int(3) + ["previous":"Exception":private]=> + NULL } --- 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.1&r2=1.1.2.3.4.2&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.1 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.1 Fri Nov 2 19:41:10 2007 +++ php-src/ext/dom/tests/dom_set_attr_node.phpt Sun Jul 13 21:22:55 2008 @@ -31,7 +31,7 @@ ?> --EXPECTF-- -object(DOMException)#%d (6) { +object(DOMException)#%d (7) { ["message":protected]=> string(20) "Wrong Document Error" ["string":"Exception":private]=> @@ -64,4 +64,6 @@ } ["code"]=> int(4) + ["previous":"Exception":private]=> + NULL }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php