mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5410 Improve code coverage.
X-SVN-Rev: 21824
This commit is contained in:
parent
0935070ac1
commit
722157c4d9
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ void UObjectTest::testIDs()
|
|||
TESTCLASSID_TRANSLIT(UppercaseTransliterator, "Upper");
|
||||
TESTCLASSID_CTOR(CaseMapTransliterator, (UnicodeString(), NULL));
|
||||
TESTCLASSID_ABSTRACT(Transliterator);
|
||||
TESTCLASSID_FACTORY_HIDDEN(TransliteratorRegistry::Enumeration, Transliterator::getAvailableIDs(status));
|
||||
|
||||
#if UOBJTEST_TEST_INTERNALS
|
||||
TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0));
|
||||
|
|
Loading…
Add table
Reference in a new issue