ICU-13236 re-enable execution of monkey test in TestIDNA.java but keep test ignored because it is still failing.

X-SVN-Rev: 40307
This commit is contained in:
Norbert Runge 2017-08-02 18:24:57 +00:00
parent c5932970d6
commit abd252c79e

View File

@ -435,7 +435,7 @@
/>
</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>