mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-5410 Remove unused deprecated tests, and sort the tests a little differently.
X-SVN-Rev: 20524
This commit is contained in:
parent
2a125c001c
commit
ce4ead4d3a
1 changed files with 16 additions and 18 deletions
|
@ -28,7 +28,6 @@ void addUTF16Test(TestNode** root);
|
|||
void addUTF8Test(TestNode** root);
|
||||
void addUTransTest(TestNode** root);
|
||||
void addPUtilTest(TestNode** root);
|
||||
void addTestDeprecatedAPI(TestNode** root);
|
||||
void addUCharTransformTest(TestNode** root);
|
||||
void addUSetTest(TestNode** root);
|
||||
void addUStringPrepTest(TestNode** root);
|
||||
|
@ -43,38 +42,37 @@ void addUCsdetTest(TestNode** root);
|
|||
void addAllTests(TestNode** root)
|
||||
{
|
||||
addUDataTest(root);
|
||||
addHeapMutexTest(root);
|
||||
addPUtilTest(root);
|
||||
addUTF16Test(root);
|
||||
addUTF8Test(root);
|
||||
addUtility(root);
|
||||
addUTraceTest(root);
|
||||
addUTextTest(root);
|
||||
addConvert(root);
|
||||
addUCharTransformTest(root);
|
||||
addStandardNamesTest(root);
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
addFormatTest(root);
|
||||
#endif
|
||||
#if !UCONFIG_NO_BREAK_ITERATION
|
||||
addBreakIter(root);
|
||||
#endif
|
||||
#if !UCONFIG_NO_COLLATION
|
||||
addCollTest(root);
|
||||
#endif
|
||||
addUCsdetTest(root);
|
||||
addComplexTest(root);
|
||||
#if !UCONFIG_NO_TRANSLITERATION
|
||||
addUTransTest(root);
|
||||
#endif
|
||||
addUSetTest(root);
|
||||
addTestDeprecatedAPI(root);
|
||||
#if !UCONFIG_NO_IDNA
|
||||
addUStringPrepTest(root);
|
||||
addIDNATest(root);
|
||||
#endif
|
||||
addHeapMutexTest(root);
|
||||
addUTraceTest(root);
|
||||
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
|
||||
addURegexTest(root);
|
||||
#endif
|
||||
addUTextTest(root);
|
||||
addUCsdetTest(root);
|
||||
#if !UCONFIG_NO_BREAK_ITERATION
|
||||
addBreakIter(root);
|
||||
#endif
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
addFormatTest(root);
|
||||
#endif
|
||||
#if !UCONFIG_NO_COLLATION
|
||||
addCollTest(root);
|
||||
#endif
|
||||
#if !UCONFIG_NO_TRANSLITERATION
|
||||
addUTransTest(root);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue