mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-20438 Removing old logKnownIssue fixed by ICU-13591
This commit is contained in:
parent
74ff0bf1a4
commit
f3be3a9ae5
1 changed files with 1 additions and 4 deletions
|
@ -2662,9 +2662,6 @@ void MeasureFormatTest::TestIndividualPluralFallback() {
|
|||
}
|
||||
|
||||
void MeasureFormatTest::Test20332_PersonUnits() {
|
||||
if (logKnownIssue("ICU-20400")) {
|
||||
return;
|
||||
}
|
||||
IcuTestErrorCode status(*this, "Test20332_PersonUnits");
|
||||
const struct TestCase {
|
||||
const char* locale;
|
||||
|
@ -2682,7 +2679,7 @@ void MeasureFormatTest::Test20332_PersonUnits() {
|
|||
{"en-us", MeasureUnit::createWeekPerson(status), UMEASFMT_WIDTH_SHORT, "25 wks"},
|
||||
{"en-us", MeasureUnit::createWeekPerson(status), UMEASFMT_WIDTH_WIDE, "25 weeks"},
|
||||
{"en-us", MeasureUnit::createDayPerson(status), UMEASFMT_WIDTH_NARROW, "25d"},
|
||||
{"en-us", MeasureUnit::createDayPerson(status), UMEASFMT_WIDTH_SHORT, "25 Days"},
|
||||
{"en-us", MeasureUnit::createDayPerson(status), UMEASFMT_WIDTH_SHORT, "25 days"},
|
||||
{"en-us", MeasureUnit::createDayPerson(status), UMEASFMT_WIDTH_WIDE, "25 days"}
|
||||
};
|
||||
for (const auto& cas : cases) {
|
||||
|
|
Loading…
Add table
Reference in a new issue