ICU-1107 put long-time test last

X-SVN-Rev: 5729
This commit is contained in:
Markus Scherer 2001-09-11 01:28:07 +00:00
parent a3c3b270f4
commit 3b6806275f

View file

@ -111,8 +111,8 @@ void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &
{
if(exec) logln("TestSuite Normalize:");
switch (index) {
CASE_SUITE(0, NormalizerConformanceTest);
CASE_SUITE(1, BasicNormalizerTest);
CASE_SUITE(0, BasicNormalizerTest);
CASE_SUITE(1, NormalizerConformanceTest); // this takes a long time
default:
name="";
break;