ICU-1872 Slightly better test order.

X-SVN-Rev: 8516
This commit is contained in:
George Rhoten 2002-04-25 21:52:13 +00:00
parent 35bdabdc68
commit 802688f52f

View file

@ -43,9 +43,9 @@ void addAllTests(TestNode** root)
addUtility(root);
addConvert(root);
addUCharTransformTest(root);
addStandardNamesTest(root);
addCompactArrayTest(root);
addFormatTest(root);
addStandardNamesTest(root);
addBreakIter(root);
addCollTest(root);
addComplexTest(root);