]> granicus.if.org Git - icu/commitdiff
ICU-13236 re-enable execution of monkey test in TestIDNA.java but keep test ignored...
authorNorbert Runge <nrunge@google.com>
Wed, 2 Aug 2017 18:24:57 +0000 (18:24 +0000)
committerNorbert Runge <nrunge@google.com>
Wed, 2 Aug 2017 18:24:57 +0000 (18:24 +0000)
X-SVN-Rev: 40307

icu4j/build.xml

index 39801be1417ff7c357134923a17b0ea7fbc3590b..924ece0a343976cc3f6921d10349b3d416a1912b 100644 (file)
         />
     </target>
 
-    <target name="coreCheck" depends="info, core, currdata, langdata, regiondata, core-tests" description="Run only the core tests">
+    <target name="coreCheck" depends="info, core, currdata, langdata, regiondata, translit, core-tests" description="Run only the core tests">
         <antcall target="_coreCheck"/>
         <fail message="test failed" if="icu-junit-failure" />
     </target>