ICU-6157 enable test after CLDR1.6 integration

X-SVN-Rev: 24280
This commit is contained in:
Xiaomei Ji 2008-06-23 20:53:01 +00:00
parent 46b9d0ca7d
commit 8923fa61e8

View File

@ -40,14 +40,11 @@
void DateIntervalFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) {
if (exec) logln("TestSuite DateIntervalFormat");
// FIXME: UNCOMMENT
switch (index) {
/*
TESTCASE(0, testAPI);
TESTCASE(1, testFormat);
TESTCASE(2, testFormatUserDII);
TESTCASE(3, testStress);
*/
default: name = ""; break;
}
}