ICU-7027 Fixed a bug in timeZoneCheck.

X-SVN-Rev: 26917
This commit is contained in:
Yoshito Umaoka 2009-11-16 06:19:33 +00:00
parent 82db54eb63
commit a08c82a115

View File

@ -114,8 +114,8 @@
<target name="timeZoneCheck" description="Run the complete test for TimeZoneRoundTripAll">
<antcall target="_runCheck">
<param name="runcheck.arg" value="-n -e10 Core/Format/DateFormat/TimeZoneFormatTest"/>
<param name="runcheck.jvmarg" value="${jvm_options} -DTimeZoneRoundTripAll=true"/>
<param name="runcheck.arg" value="-n -prop:TimeZoneRoundTripAll=true Core/Format/DateFormat/TimeZoneFormatTest"/>
<param name="runcheck.jvmarg" value="${jvm_options}"/>
</antcall>
</target>