]> granicus.if.org Git - icu/commitdiff
ICU-7635 Back out the testcase until it can be made platform neutral
authorJohn Emmons <emmo@us.ibm.com>
Wed, 26 Oct 2011 05:02:16 +0000 (05:02 +0000)
committerJohn Emmons <emmo@us.ibm.com>
Wed, 26 Oct 2011 05:02:16 +0000 (05:02 +0000)
X-SVN-Rev: 30873

icu4c/source/test/cintltst/cnumtst.c

index 67c8c4676172495daca2fd8e951fa7b190bf5ba9..64573dfd7d5ea0782645c3776e44250cd5af42b9 100644 (file)
@@ -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 */