| 251 |
showoutput="true" |
showoutput="true" |
| 252 |
errorProperty="junit.failed" |
errorProperty="junit.failed" |
| 253 |
failureProperty="junit.failed" |
failureProperty="junit.failed" |
| 254 |
dir="${build.reports.dir}"> |
dir="${build.reports.dir}" |
| 255 |
|
fork="true"> |
| 256 |
|
|
| 257 |
|
<jvmarg value="-Xbootclasspath/p:${product.jar}"/> |
| 258 |
|
|
| 259 |
<classpath> |
<classpath> |
| 260 |
<path refid="test.classpath"/> |
<!-- <path refid="test.classpath"/> --> |
| 261 |
<pathelement location="${build.testcases.dir}"/> |
<pathelement location="${build.testcases.dir}"/> |
| 262 |
</classpath> |
</classpath> |
| 263 |
|
|