ICU-6562 Remove timebomb in TestConversion.

X-SVN-Rev: 24724
This commit is contained in:
Michael Ow 2008-10-06 16:35:52 +00:00
parent a40423e92a
commit 094554247d

View File

@ -213,18 +213,10 @@ public class TestConversion extends ModuleTest {
} }
} catch (Exception e) { } 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; return;
} }
// set the callback for the encoder // set the callback for the encoder
if (cc.cbErrorAction != null) { if (cc.cbErrorAction != null) {
if (cc.cbEncoder != null) { if (cc.cbEncoder != null) {