mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-62 add SCSUTest only once to cintltst
X-SVN-Rev: 290
This commit is contained in:
parent
9b6f02645e
commit
0b6e5e3b68
3 changed files with 3 additions and 5 deletions
|
@ -27,7 +27,6 @@ void addBreakIter(TestNode** root);
|
|||
void addFormatTest(TestNode** root);
|
||||
void addConvert(TestNode** root);
|
||||
void addCollTest(TestNode** root);
|
||||
void addSUSCTest(TestNode** root);
|
||||
void addComplexTest(TestNode** root);
|
||||
|
||||
void addAllTests(TestNode** root)
|
||||
|
@ -37,6 +36,5 @@ void addAllTests(TestNode** root)
|
|||
addFormatTest(root);
|
||||
addConvert(root);
|
||||
addCollTest(root);
|
||||
addSUSCTest(root);
|
||||
addComplexTest(root);
|
||||
}
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
void addLocaleTest(TestNode**);
|
||||
void addUnicodeTest(TestNode**);
|
||||
void addResourceBundleTest(TestNode**);
|
||||
void addSUSCTest(TestNode** root);
|
||||
void addSCSUTest(TestNode** root);
|
||||
|
||||
void addUtility(TestNode** root)
|
||||
{
|
||||
addLocaleTest(root);
|
||||
addUnicodeTest(root);
|
||||
addResourceBundleTest(root);
|
||||
addSUSCTest(root);
|
||||
addSCSUTest(root);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -831,7 +831,7 @@ TestSCSU()
|
|||
}
|
||||
|
||||
void
|
||||
addSUSCTest(TestNode** root)
|
||||
addSCSUTest(TestNode** root)
|
||||
{
|
||||
addTest(root, &TestSCSU, "scsutest/TestSCSU");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue