From aa756a711b41bb635c097bdca2ae6b51b441b83f Mon Sep 17 00:00:00 2001 From: John Emmons Date: Wed, 26 Oct 2011 05:02:16 +0000 Subject: [PATCH] ICU-7635 Back out the testcase until it can be made platform neutral X-SVN-Rev: 30873 --- icu4c/source/test/cintltst/cnumtst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/cnumtst.c b/icu4c/source/test/cintltst/cnumtst.c index 67c8c467617..64573dfd7d5 100644 --- a/icu4c/source/test/cintltst/cnumtst.c +++ b/icu4c/source/test/cintltst/cnumtst.c @@ -1967,7 +1967,7 @@ static void TestNBSPInPattern(void) { } static void TestCloneWithRBNF(void) { -// const wchar_t* pattern = L"\ +/* const wchar_t* pattern = L"\ //%main:0.x: >%%millis-only>;\n\ //x.0: <%%duration<;\n\ //x.x: <%%durationwithmillis<>%%millis-added>;\n\ @@ -2018,6 +2018,6 @@ static void TestCloneWithRBNF(void) { // if (u_strcmp(buffer,buffer_cloned)) { // log_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_cloned)); // } - +*/ } #endif /* #if !UCONFIG_NO_FORMATTING */ -- 2.40.0