tony2001 Thu Dec 2 11:33:36 2004 EDT Modified files: /php-src/ext/dom/tests bug28721.phpt dom004.phpt dom_xinclude.phpt Log: fix tests http://cvs.php.net/diff.php/php-src/ext/dom/tests/bug28721.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/dom/tests/bug28721.phpt diff -u php-src/ext/dom/tests/bug28721.phpt:1.1 php-src/ext/dom/tests/bug28721.phpt:1.2 --- php-src/ext/dom/tests/bug28721.phpt:1.1 Tue Jun 15 07:50:56 2004 +++ php-src/ext/dom/tests/bug28721.phpt Thu Dec 2 11:33:36 2004 @@ -1,7 +1,7 @@ --TEST-- Bug # 28721: (appendChild() and insertBefore() unset DOMText) --SKIPIF-- -<?php require_once('skipif.php'); ?> +<?php require_once('skipif.inc'); ?> --FILE-- <?php function print_node(DomNode $node) { http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom004.phpt?r1=1.2&r2=1.3&ty=u Index: php-src/ext/dom/tests/dom004.phpt diff -u php-src/ext/dom/tests/dom004.phpt:1.2 php-src/ext/dom/tests/dom004.phpt:1.3 --- php-src/ext/dom/tests/dom004.phpt:1.2 Fri Oct 31 11:12:27 2003 +++ php-src/ext/dom/tests/dom004.phpt Thu Dec 2 11:33:36 2004 @@ -3,7 +3,7 @@ --SKIPIF-- <?php require_once('skipif.inc'); -array_search('compress.zlib', stream_get_wrappers()) || die('skip compress.zlib wrapper is not available'); +array_search('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not available'); ?> --FILE-- <?php http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom_xinclude.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/ext/dom/tests/dom_xinclude.phpt diff -u php-src/ext/dom/tests/dom_xinclude.phpt:1.3 php-src/ext/dom/tests/dom_xinclude.phpt:1.4 --- php-src/ext/dom/tests/dom_xinclude.phpt:1.3 Wed Jan 7 10:33:25 2004 +++ php-src/ext/dom/tests/dom_xinclude.phpt Thu Dec 2 11:33:36 2004 @@ -3,7 +3,7 @@ --SKIPIF-- <?php require_once('skipif.inc'); -array_search('compress.zlib', stream_get_wrappers()) || die('skip compress.zlib wrapper is not available'); +array_search('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not available'); ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php