ICU-13324 removes TestCompareRefImpl(); has dependency to translit package.

X-SVN-Rev: 40380
This commit is contained in:
Norbert Runge 2017-09-12 15:00:23 +00:00
parent a1e9154f8c
commit 8400e4c08d

View file

@ -721,24 +721,6 @@ public class TestIDNA extends TestFmwk {
}
}
// TODO(#13324): test turned off because it has dependency on translit.
@Ignore
@Test
public void TestCompareRefImpl() throws Exception {
for (int i = 65; i < 0x10FFFF; i++) {
StringBuffer src = new StringBuffer();
if (isQuick() == true && i > 0x0FFF) {
return;
}
if (i == 0x30000) {
// jump to E0000, no characters assigned in plain 3 to plain 13 as of Unicode 6.0
i = 0xE0000;
}
UTF16.append(src, i);
doTestCompareReferenceImpl(src);
}
}
@Test
public void TestJB4490(){
String[] in = new String[]{