From 094554247dd603ba1bd7636e05e74491e5234126 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Mon, 6 Oct 2008 16:35:52 +0000 Subject: [PATCH] ICU-6562 Remove timebomb in TestConversion. X-SVN-Rev: 24724 --- .../com/ibm/icu/dev/test/charset/TestConversion.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/icu4j/src/com/ibm/icu/dev/test/charset/TestConversion.java b/icu4j/src/com/ibm/icu/dev/test/charset/TestConversion.java index 0eacbc7f51..e1b75ddc09 100644 --- a/icu4j/src/com/ibm/icu/dev/test/charset/TestConversion.java +++ b/icu4j/src/com/ibm/icu/dev/test/charset/TestConversion.java @@ -213,18 +213,10 @@ public class TestConversion extends ModuleTest { } } catch (Exception e) { - // TODO implement loading of test data. - if (skipIfBeforeICU(4,1,2)) { - logln("Skipping test:(" + cc.charset + ") due to ICU Charset not supported at this time"); - } else { - errln(cc.charset + " was not found"); - } + errln(cc.charset + " was not found"); return; } - - - // set the callback for the encoder if (cc.cbErrorAction != null) { if (cc.cbEncoder != null) {