mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-13324 removes TestCompareRefImpl(); has dependency to translit package.
X-SVN-Rev: 40380
This commit is contained in:
parent
a1e9154f8c
commit
8400e4c08d
1 changed files with 0 additions and 18 deletions
|
@ -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[]{
|
||||
|
|
Loading…
Add table
Reference in a new issue