From: Stanislav Malyshev Date: Mon, 7 Jul 2014 16:32:26 +0000 (-0700) Subject: rm test for now X-Git-Tag: php-5.5.15RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e1599afe0c6aa89c725f31a88d484c901f16359;p=php rm test for now --- diff --git a/ext/intl/tests/bug67052.phpt b/ext/intl/tests/bug67052.phpt deleted file mode 100644 index f3245f8398..0000000000 --- a/ext/intl/tests/bug67052.phpt +++ /dev/null @@ -1,25 +0,0 @@ ---TEST-- -Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting ---SKIPIF-- - ---FILE-- -parse($num)."\n"; - $res_str .= setlocale(LC_NUMERIC, 0); - return $res_str; -} - -include_once( 'ut_common.inc' ); -ut_run(); - -?> ---EXPECT-- -1234567,891 -de_DE