ICU-2329 move cstring test up to test invariant-character handling early
X-SVN-Rev: 12582
This commit is contained in:
parent
e2a209d3df
commit
5b46dcd196
@ -30,6 +30,7 @@ void addUtility(TestNode** root);
|
||||
|
||||
void addUtility(TestNode** root)
|
||||
{
|
||||
addCStringTest(root);
|
||||
addTrieTest(root);
|
||||
addLocaleTest(root);
|
||||
addUnicodeTest(root);
|
||||
@ -37,7 +38,6 @@ void addUtility(TestNode** root)
|
||||
addResourceBundleTest(root);
|
||||
addNEWResourceBundleTest(root);
|
||||
addHashtableTest(root);
|
||||
addCStringTest(root);
|
||||
addMemoryStreamTest(root);
|
||||
addEnumerationTest(root);
|
||||
addPosixTest(root);
|
||||
|
Loading…
Reference in New Issue
Block a user