|
@@ -868,8 +868,9 @@ |
|
|
<!-- <jvmarg value="-classic"/> --> |
|
|
<!-- <jvmarg value="-classic"/> --> |
|
|
<classpath refid="tests-classpath"/> |
|
|
<classpath refid="tests-classpath"/> |
|
|
|
|
|
|
|
|
|
|
|
<sysproperty key="ant.home" value="${ant.home}" /> |
|
|
<sysproperty key="build.tests" value="${build.tests}"/> |
|
|
<sysproperty key="build.tests" value="${build.tests}"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<formatter type="brief" usefile="false" /> |
|
|
<formatter type="brief" usefile="false" /> |
|
|
|
|
|
|
|
|
<batchtest> |
|
|
<batchtest> |
|
@@ -941,6 +942,7 @@ |
|
|
<junit printsummary="no" haltonfailure="yes" fork="${junit.fork}" |
|
|
<junit printsummary="no" haltonfailure="yes" fork="${junit.fork}" |
|
|
filtertrace="${junit.filtertrace}"> |
|
|
filtertrace="${junit.filtertrace}"> |
|
|
<!-- <jvmarg value="-classic"/> --> |
|
|
<!-- <jvmarg value="-classic"/> --> |
|
|
|
|
|
<sysproperty key="ant.home" value="${ant.home}" /> |
|
|
<sysproperty key="build.tests" value="${build.tests}"/> |
|
|
<sysproperty key="build.tests" value="${build.tests}"/> |
|
|
<classpath location="${java.home}/lib/classes.zip" /> |
|
|
<classpath location="${java.home}/lib/classes.zip" /> |
|
|
<classpath refid="tests-classpath"/> |
|
|
<classpath refid="tests-classpath"/> |
|
|