mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
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:
parent
fcb323c2e0
commit
408afcee77
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue