mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13374 Removed another logKnownIssue for this issue.
X-SVN-Rev: 40498
This commit is contained in:
parent
3c76337e00
commit
f0bbc4855e
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue