tony2001 Sun Jul 13 21:22:42 2008 UTC Modified files: /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 Log: add missing SKIPIF
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt?r1=1.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.4 --- php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMCharacterData_appendData_basic.phpt Sun Jul 13 21:22:41 2008 @@ -3,6 +3,8 @@ --CREDITS-- Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt?r1=1.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.4 --- php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt Sun Jul 13 21:22:41 2008 @@ -4,6 +4,7 @@ Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) --SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt?r1=1.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.4 --- php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMComment_replaceData_basic.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&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.2 php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.3 --- php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt:1.2 Fri May 16 17:14:57 2008 +++ php-src/ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt Sun Jul 13 21:22:41 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.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.4 --- php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_basic.phpt Sun Jul 13 21:22:41 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.2&r2=1.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.2 php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt:1.2 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_error.phpt Sun Jul 13 21:22:41 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.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.4 --- php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_error1.phpt Sun Jul 13 21:22:41 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.2&r2=1.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.2 php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.3 --- php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt:1.2 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMDocument_createAttribute_variation.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&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.2 php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.3 --- php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt:1.2 Tue Jun 3 12:44:45 2008 +++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&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.2 php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.3 --- php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt:1.2 Tue Jun 3 12:44:46 2008 +++ php-src/ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&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.2 php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.3 --- php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt:1.2 Mon May 19 12:49:54 2008 +++ php-src/ext/dom/tests/DOMElement_hasAttributes_basic.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&diff_format=u Index: php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt diff -u php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.2 php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.3 --- php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt:1.2 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMNode_hasChildNodes.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&diff_format=u Index: php-src/ext/dom/tests/DOMNode_insertBefore.phpt diff -u php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.2 php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.3 --- php-src/ext/dom/tests/DOMNode_insertBefore.phpt:1.2 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMNode_insertBefore.phpt Sun Jul 13 21:22:41 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.2&r2=1.3&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.2 php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.3 --- php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt:1.2 Wed May 21 15:04:13 2008 +++ php-src/ext/dom/tests/DOMNode_issamenode_basic.phpt Sun Jul 13 21:22:41 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.3&r2=1.4&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.3 php-src/ext/dom/tests/DOMText_appendData_basic.phpt:1.4 --- php-src/ext/dom/tests/DOMText_appendData_basic.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/DOMText_appendData_basic.phpt Sun Jul 13 21:22:41 2008 @@ -3,6 +3,8 @@ --CREDITS-- Mike Sullivan <[EMAIL PROTECTED]> #TestFest 2008 (London) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/bug42082.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/dom/tests/bug42082.phpt diff -u php-src/ext/dom/tests/bug42082.phpt:1.3 php-src/ext/dom/tests/bug42082.phpt:1.4 --- php-src/ext/dom/tests/bug42082.phpt:1.3 Tue May 27 18:16:00 2008 +++ php-src/ext/dom/tests/bug42082.phpt Sun Jul 13 21:22:41 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&r2=1.2&diff_format=u Index: php-src/ext/dom/tests/bug43364.phpt diff -u php-src/ext/dom/tests/bug43364.phpt:1.1 php-src/ext/dom/tests/bug43364.phpt:1.2 --- php-src/ext/dom/tests/bug43364.phpt:1.1 Wed Nov 28 10:43:02 2007 +++ php-src/ext/dom/tests/bug43364.phpt Sun Jul 13 21:22:41 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php