mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-9187 Removed debug code in secureCheck target accidentally committed before 49RC.
X-SVN-Rev: 31608
This commit is contained in:
parent
0b1faa6ffa
commit
9cfb7a9330
1 changed files with 2 additions and 2 deletions
|
@ -314,9 +314,9 @@
|
|||
</target>
|
||||
|
||||
<target name="secureCheck" depends="main, jar, icu4jtestsJar" description="Run the secure (applet-like) ICU4J test suite">
|
||||
<property name="securecheck.arg" value="Charset/TestConversion/fromUnicode -n -w"/>
|
||||
<property name="securecheck.arg" value="-n -w"/>
|
||||
<property name="securecheck.jvmarg"
|
||||
value="${jvm_options} -Djava.security.manager -Djava.security.policy=${shared.dir}/data/security.policy -Djava.awt.headless=true -Djava.security.debug=all"/>
|
||||
value="${jvm_options} -Djava.security.manager -Djava.security.policy=${shared.dir}/data/security.policy -Djava.awt.headless=true"/>
|
||||
|
||||
<echo message="JVM argument: ${securecheck.jvmarg}"/>
|
||||
<echo message="Test argument: ${securecheck.arg}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue