]> granicus.if.org Git - icu/commitdiff
ICU-13236 Removes translit dependency from coreCheck in build.xml, @Ignore-s a test...
authorNorbert Runge <nrunge@google.com>
Thu, 17 Aug 2017 21:58:32 +0000 (21:58 +0000)
committerNorbert Runge <nrunge@google.com>
Thu, 17 Aug 2017 21:58:32 +0000 (21:58 +0000)
X-SVN-Rev: 40342

icu4j/build.xml
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestIDNA.java

index 924ece0a343976cc3f6921d10349b3d416a1912b..39801be1417ff7c357134923a17b0ea7fbc3590b 100644 (file)
         />
     </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>
index 86165f19efd5f6f8bf3be55bfff99f18546dd94d..f05f32ec0b1fb681d5fbd8ae1821f09cbb4d471d 100644 (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++) {