sniper Mon Mar 19 17:22:07 2001 EDT Removed files: /php4/ext/xml/tests skipif.php Modified files: /php4/ext/xml/tests 004.phpt 006.phpt Log: Removed skipif.php + Fixed tests to use skipif.inc instead. Index: php4/ext/xml/tests/004.phpt diff -u php4/ext/xml/tests/004.phpt:1.1 php4/ext/xml/tests/004.phpt:1.2 --- php4/ext/xml/tests/004.phpt:1.1 Tue Aug 29 18:58:58 2000 +++ php4/ext/xml/tests/004.phpt Mon Mar 19 17:22:07 2001 @@ -1,7 +1,7 @@ --TEST-- XML parser case folding test --SKIPIF-- -<?php include("skipif.php"); ?> +<?php include("skipif.inc"); ?> --FILE-- <?php $xp = xml_parser_create(); Index: php4/ext/xml/tests/006.phpt diff -u php4/ext/xml/tests/006.phpt:1.1 php4/ext/xml/tests/006.phpt:1.2 --- php4/ext/xml/tests/006.phpt:1.1 Tue Aug 29 18:58:58 2000 +++ php4/ext/xml/tests/006.phpt Mon Mar 19 17:22:07 2001 @@ -1,7 +1,7 @@ --TEST-- UTF-8<->ISO Latin 1 encoding/decoding test --SKIPIF-- -<?php include("skipif.php"); ?> +<?php include("skipif.inc"); ?> --FILE-- <?php printf("%s -> %s\n", urlencode("æ"), urlencode(utf8_encode("æ"))); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]