ICU-4235 fix problems

X-SVN-Rev: 18373
This commit is contained in:
Ram Viswanadha 2005-08-01 20:18:44 +00:00
parent bf235f0291
commit 517d8e7b86

View File

@ -47,7 +47,7 @@
#include "ucaconf.h"
#include "svccoll.h"
#include "cmemory.h"
//#include "rndmcoll.h"
#include "rndmcoll.h"
#define TESTCLASS(n,classname) \
case n: \
@ -88,7 +88,7 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
TESTCLASS(18, UCAConformanceTest);
TESTCLASS(19, CollationServiceTest);
TESTCLASS(20, CollationFinnishTest); // removed by weiv - we have changed Finnish collation
TESTCLASS(21, RandomCollator);
TESTCLASS(21, RandomCollatorTest);
default: name = ""; break;
}