]> granicus.if.org Git - icu/commitdiff
ICU-13366 spin off the remaining tz offset roundtrip and number roundtrip issues...
authorPeter Edberg <pedberg@unicode.org>
Tue, 3 Oct 2017 23:20:18 +0000 (23:20 +0000)
committerPeter Edberg <pedberg@unicode.org>
Tue, 3 Oct 2017 23:20:18 +0000 (23:20 +0000)
X-SVN-Rev: 40537

icu4c/source/test/intltest/nmfmtrt.cpp
icu4c/source/test/intltest/tsnmfmt.cpp
icu4c/source/test/intltest/tzfmttst.cpp

index 54226a54710bdd6a41557f41195775d10af75df1..a4d1e78e57c8d37a50cf4799c93da24de058d59f 100644 (file)
@@ -123,7 +123,7 @@ NumberFormatRoundTripTest::start()
         logln("Quick mode: only testing first 5 Locales");
     }
     for(int i = 0; i < locCount; ++i) {
-        if (uprv_strcmp(loc[i].getLanguage(),"ccp")==0 && logKnownIssue("13366", "Skip handling ccp until NumberFormat parsing is fixed")) {
+        if (uprv_strcmp(loc[i].getLanguage(),"ccp")==0 && logKnownIssue("13391", "Skip handling ccp until NumberFormat parsing is fixed")) {
             continue;
         }
         UnicodeString name;
index e326f556cba4d787427c4cb8fdfe7ef75d4e6b53..924ae2d2988c930fff175a16366fb46b95685a7c 100644 (file)
@@ -442,7 +442,7 @@ void IntlTestNumberFormat::monsterTest(/* char* par */)
         }
         for (int32_t i=0; i<count; ++i)
         {
-            if (uprv_strcmp(locales[i].getLanguage(),"ccp")==0 && logKnownIssue("13366", "Skip handling ccp until NumberFormat parsing is fixed")) {
+            if (uprv_strcmp(locales[i].getLanguage(),"ccp")==0 && logKnownIssue("13391", "Skip handling ccp until NumberFormat parsing is fixed")) {
                 continue;
             }
             UnicodeString name(locales[i].getName(), "");
index b2f7c4b5dabbcbbf52ed62e6b13ecc66059b9268..4613d5e1a92cc2ca34a4048177293b8564edffcf 100644 (file)
@@ -172,7 +172,7 @@ TimeZoneFormatTest::TestTimeZoneRoundTrip(void) {
         for (int32_t patidx = 0; patidx < UPRV_LENGTHOF(PATTERNS); patidx++) {
 
             if (uprv_strcmp(LOCALES[locidx].getLanguage(),"ccp")==0 && (PATTERNS[patidx][0]==0x7A || PATTERNS[patidx][0]==0x76) && 
-                    logKnownIssue("13366", "Skip handling ccp until TimeZone offset roundtrip is fixed")) {
+                    logKnownIssue("13390", "Skip handling ccp until TimeZone offset roundtrip is fixed")) {
                  continue;
             }
             SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);