ICU-2329 move cstring test up to test invariant-character handling early

X-SVN-Rev: 12582
This commit is contained in:
Markus Scherer 2003-07-02 17:20:11 +00:00
parent e2a209d3df
commit 5b46dcd196

View File

@ -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);