ICU-13236 Removes translit dependency from coreCheck in build.xml, @Ignore-s a test in TestIDNA.java that needs the dependency.

X-SVN-Rev: 40342
This commit is contained in:
Norbert Runge 2017-08-17 21:58:32 +00:00
parent fcb323c2e0
commit 408afcee77
2 changed files with 3 additions and 1 deletions

View file

@ -435,7 +435,7 @@
/>
</target>
<target name="coreCheck" depends="info, core, currdata, langdata, regiondata, translit, core-tests" description="Run only the core tests">
<target name="coreCheck" depends="info, core, currdata, langdata, regiondata, core-tests" description="Run only the core tests">
<antcall target="_coreCheck"/>
<fail message="test failed" if="icu-junit-failure" />
</target>

View file

@ -718,6 +718,8 @@ 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++) {