From ac8b1a9de17bff14812189b23fe8471993ac1900 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 24 Nov 2014 16:09:26 +0100 Subject: [PATCH] fork test for windows --- ext/iconv/tests/iconv_basic_001-win32.phpt | 19 +++++++++++++++++++ ext/iconv/tests/iconv_basic_001.phpt | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 ext/iconv/tests/iconv_basic_001-win32.phpt diff --git a/ext/iconv/tests/iconv_basic_001-win32.phpt b/ext/iconv/tests/iconv_basic_001-win32.phpt new file mode 100644 index 0000000000..59a3dbd863 --- /dev/null +++ b/ext/iconv/tests/iconv_basic_001-win32.phpt @@ -0,0 +1,19 @@ +--TEST-- +Test the basics to function iconv. +--CREDITS-- +Rodrigo Prado de Jesus +--SKIPIF-- + + +--FILE-- + +--EXPECT-- +string(16) "Zlutouck'y kun\n" diff --git a/ext/iconv/tests/iconv_basic_001.phpt b/ext/iconv/tests/iconv_basic_001.phpt index e5c5ddc428..6fcb5dbe8a 100644 --- a/ext/iconv/tests/iconv_basic_001.phpt +++ b/ext/iconv/tests/iconv_basic_001.phpt @@ -4,6 +4,7 @@ Test the basics to function iconv. Rodrigo Prado de Jesus --SKIPIF-- + --FILE-- --EXPECT-- -string(15) "Zlutoucky kun\n" \ No newline at end of file +string(15) "Zlutoucky kun\n" -- 2.49.0