From f0bbc4855e1612106ff920e9b58c23f501dee334 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 28 Sep 2017 19:20:54 +0000 Subject: [PATCH] ICU-13374 Removed another logKnownIssue for this issue. X-SVN-Rev: 40498 --- icu4c/source/test/intltest/dtfmtrtts.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/icu4c/source/test/intltest/dtfmtrtts.cpp b/icu4c/source/test/intltest/dtfmtrtts.cpp index b1cbf400715..cf172150b91 100644 --- a/icu4c/source/test/intltest/dtfmtrtts.cpp +++ b/icu4c/source/test/intltest/dtfmtrtts.cpp @@ -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) { -- 2.40.0