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