ICU-6562 Remove timebomb in TestConversion.
X-SVN-Rev: 24724
This commit is contained in:
parent
a40423e92a
commit
094554247d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user