ICU-7027 Fixed a bug in timeZoneCheck.
X-SVN-Rev: 26917
This commit is contained in:
parent
82db54eb63
commit
a08c82a115
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user