]> granicus.if.org Git - icu/commitdiff
ICU-13374 Removed another logKnownIssue for this issue.
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 28 Sep 2017 19:20:54 +0000 (19:20 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 28 Sep 2017 19:20:54 +0000 (19:20 +0000)
X-SVN-Rev: 40498

icu4c/source/test/intltest/dtfmtrtts.cpp

index b1cbf400715d144f25b63ce79f86b5442ed8b059..cf172150b913ccc2ec0e318d617feefc9fdfdc23 100644 (file)
@@ -272,9 +272,6 @@ void DateFormatRoundTripTest::test(const Locale& loc)
                 if (uprv_strcmp(loc.getLanguage(),"ccp")==0 && logKnownIssue("13366", "Skip handling ccp until DateFormat parsing is fixed")) {
                     continue;
                 }
-                if (uprv_strcmp(loc.getLanguage(),"fa")==0 && tstyle==DateFormat::FULL && logKnownIssue("13374", "Skip handling fa until TimeZone roundtrip is fixed")) {
-                    continue;
-                }
                 logln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) );
                 DateFormat *df = DateFormat::createDateTimeInstance((DateFormat::EStyle)dstyle, (DateFormat::EStyle)tstyle, loc);
                 if(df == NULL) {