ICU-3461 Removed Danish and Finnish collation tests
X-SVN-Rev: 14156
This commit is contained in:
parent
7a4528a295
commit
fc0d083ce5
@ -97,9 +97,9 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
break;
|
||||
|
||||
case 3:
|
||||
name = "CollationDanishTest";
|
||||
name = "CollationDanishTest";
|
||||
|
||||
if (exec)
|
||||
if (0) // exec // removed by weiv - we have changed Danish collation
|
||||
{
|
||||
logln("CollationDanishtest---");
|
||||
logln("");
|
||||
@ -125,7 +125,7 @@ void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &n
|
||||
case 5:
|
||||
name = "CollationFinnishTest";
|
||||
|
||||
if (exec)
|
||||
if (0) // exec // removed by weiv - we have changed Finnish collation
|
||||
{
|
||||
logln("CollationFinnishtest---");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user