mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
add SCSUTest only once to cintltst
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/62 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@290 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
ce2a58a558
commit
1f0de89cfe
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