Removed all collation tests.

X-SVN-Rev: 3717
This commit is contained in:
Syn Wee Quek 2001-02-22 00:16:14 +00:00
parent 77b421c4dd
commit c9e41549a0

View File

@ -39,7 +39,10 @@ void addAllTests(TestNode** root)
addBreakIter(root);
addFormatTest(root);
addConvert(root);
/*
synwee : TODO
addCollTest(root);
*/
addComplexTest(root);
addUDataTest(root);
addUTransTest(root);