ICU-96
Removed collation test that causes errors. X-SVN-Rev: 4070
This commit is contained in:
parent
677f780bf0
commit
5747c7191a
@ -54,9 +54,12 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
{
|
||||
logln("CollationEnglishtest---");
|
||||
logln("");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationEnglishTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -67,9 +70,12 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
{
|
||||
logln("CollationFrenchtest---");
|
||||
logln("");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationFrenchTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -93,9 +99,12 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
{
|
||||
logln("CollationDanishtest---");
|
||||
logln("");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationDanishTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -133,8 +142,10 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
logln("CollationKanatest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationKanaTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -159,8 +170,10 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
logln("CollationDummyTest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationDummyTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -172,8 +185,10 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
logln("G7CollationTest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
G7CollationTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -183,7 +198,6 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
if (exec)
|
||||
{
|
||||
logln("CollationMonkeyTest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
CollationMonkeyTest test;
|
||||
callTest( test, par );
|
||||
@ -197,9 +211,12 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
{
|
||||
logln("CollationAPITest---");
|
||||
logln("");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationAPITest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -211,8 +228,10 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
logln("CollationRegressionTest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationRegressionTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -223,9 +242,12 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
{
|
||||
logln("CollationCurrencyTest---");
|
||||
logln("");
|
||||
logln("Temporary removed");
|
||||
|
||||
/*
|
||||
CollationCurrencyTest test;
|
||||
callTest( test, par );
|
||||
*/
|
||||
}
|
||||
break;
|
||||
|
||||
@ -235,7 +257,6 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
if (exec)
|
||||
{
|
||||
logln("CollationIteratorTest---");
|
||||
logln("Temporary removed");
|
||||
|
||||
CollationIteratorTest test;
|
||||
callTest( test, par );
|
||||
|
Loading…
Reference in New Issue
Block a user