mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-6955 Remove accidental debugging line.
X-SVN-Rev: 26171
This commit is contained in:
parent
ad93f8cd75
commit
be8d59f4c9
1 changed files with 1 additions and 3 deletions
|
@ -409,9 +409,7 @@ public class TestConversion extends ModuleTest {
|
|||
private void TestToUnicode(DataMap testcase, int caseNr) {
|
||||
// create Conversion case to store the test case data
|
||||
ConversionCase cc = new ConversionCase();
|
||||
if (caseNr == 138) {
|
||||
caseNr = 138;
|
||||
}
|
||||
|
||||
try {
|
||||
// retrieve test case data
|
||||
cc.caseNr = caseNr;
|
||||
|
|
Loading…
Add table
Reference in a new issue