ICU-13374 Removed another logKnownIssue for this issue.

X-SVN-Rev: 40498
This commit is contained in:
Yoshito Umaoka 2017-09-28 19:20:54 +00:00
parent 3c76337e00
commit f0bbc4855e

View 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) {