From 3639807a819ed0378d0ae17fe8a3cb0ddb1a305d Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 14 Jul 2002 00:08:22 +0000 Subject: [PATCH] Fix tests. Moriyoshi Koizumi --- ext/iconv/tests/eucjp2utf8.inc | 2 +- ext/iconv/tests/eucjp2utf8.phpt | 2 +- ext/iconv/tests/translit.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/iconv/tests/eucjp2utf8.inc b/ext/iconv/tests/eucjp2utf8.inc index 5971491f88..7fd64b410a 100644 --- a/ext/iconv/tests/eucjp2utf8.inc +++ b/ext/iconv/tests/eucjp2utf8.inc @@ -40,7 +40,7 @@ $str = " ÆüËܸì¥Æ¥­¥¹¥È¤ÈEnglish Text "; -$str = iconv("EUC-JP", "UTF8", $str); +$str = iconv("EUC-JP", "UTF-8", $str); $str = base64_encode($str); echo $str."\n"; diff --git a/ext/iconv/tests/eucjp2utf8.phpt b/ext/iconv/tests/eucjp2utf8.phpt index 88b05f92a6..69a659f3f0 100644 --- a/ext/iconv/tests/eucjp2utf8.phpt +++ b/ext/iconv/tests/eucjp2utf8.phpt @@ -1,7 +1,7 @@ --TEST-- EUC-JP to UTF8 --SKIPIF-- - + --POST-- --GET-- --FILE-- diff --git a/ext/iconv/tests/translit.phpt b/ext/iconv/tests/translit.phpt index 70f375c18f..2d16d80ba0 100644 --- a/ext/iconv/tests/translit.phpt +++ b/ext/iconv/tests/translit.phpt @@ -1,7 +1,7 @@ --TEST-- ICONV: LIBICONV transliteration (bug #16069) --SKIPIF-- - + --POST-- --GET-- --FILE-- -- 2.40.0