diff --git a/icu4c/source/test/intltest/tscoll.cpp b/icu4c/source/test/intltest/tscoll.cpp index dd8207d935..eb7bb04fa7 100644 --- a/icu4c/source/test/intltest/tscoll.cpp +++ b/icu4c/source/test/intltest/tscoll.cpp @@ -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; }