From fc0d083ce597d782bc649c334acb4205e3fc1b9e Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Wed, 17 Dec 2003 06:47:46 +0000 Subject: [PATCH] ICU-3461 Removed Danish and Finnish collation tests X-SVN-Rev: 14156 --- icu4c/source/test/intltest/tscoll.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/test/intltest/tscoll.cpp b/icu4c/source/test/intltest/tscoll.cpp index 17f3bdf9cb..0184e7e2cb 100644 --- a/icu4c/source/test/intltest/tscoll.cpp +++ b/icu4c/source/test/intltest/tscoll.cpp @@ -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---");