View | Details | Raw Unified | Return to bug 260739
Collapse All | Expand All

(-)test.xml (+1 lines)
Lines 29-34 Link Here
29
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
29
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
30
      <!-- Use a subdir 'data' so that the JCL jars are put in jdt-model-folder and are deleted at the end of the tests. -->
30
      <!-- Use a subdir 'data' so that the JCL jars are put in jdt-model-folder and are deleted at the end of the tests. -->
31
      <property name="data-dir" value="${jdt-model-folder}/data"/>
31
      <property name="data-dir" value="${jdt-model-folder}/data"/>
32
	  <property name="vmargs" value="-DstoreMemory=jdtcore_mem_trace,dir=${basedir}/../.."/>
32
      <property name="plugin-name" value="${plugin-name}"/>
33
      <property name="plugin-name" value="${plugin-name}"/>
33
      <property name="classname" 
34
      <property name="classname" 
34
                value="org.eclipse.jdt.core.tests.model.AllJavaModelTests"/>
35
                value="org.eclipse.jdt.core.tests.model.AllJavaModelTests"/>

Return to bug 260739