mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3931 fix breakage from r27453 - SelectFormat - new (UnicodeString(), status) - got err status U_DEFAULT_KEYWORD_MISSING
X-SVN-Rev: 27460
This commit is contained in:
parent
ad51e858d4
commit
6749bdc7b3
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ void UObjectTest::testIDs()
|
|||
TESTCLASSID_CTOR(DateFormatSymbols, (status));
|
||||
TESTCLASSID_CTOR(PluralFormat, (status));
|
||||
TESTCLASSID_CTOR(PluralRules, (status));
|
||||
TESTCLASSID_CTOR(SelectFormat, (UnicodeString(), status) );
|
||||
TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
|
||||
TESTCLASSID_FACTORY(DateTimePatternGenerator, DateTimePatternGenerator::createInstance(status));
|
||||
TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, Locale::getUS()));
|
||||
TESTCLASSID_CTOR(DecimalFormatSymbols, (status));
|
||||
|
|
Loading…
Add table
Reference in a new issue