Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.jst.ws.tests.performance')
-rw-r--r--tests/org.eclipse.jst.ws.tests.performance/test.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/org.eclipse.jst.ws.tests.performance/test.xml b/tests/org.eclipse.jst.ws.tests.performance/test.xml
index 6c39a8f45..41d601e39 100644
--- a/tests/org.eclipse.jst.ws.tests.performance/test.xml
+++ b/tests/org.eclipse.jst.ws.tests.performance/test.xml
@@ -10,6 +10,7 @@
<!-- sets the properties plugin-name, and library-file -->
<property name="plugin-name" value="org.eclipse.jst.ws.tests.performance"/>
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
+ <property name="perf-tests-file" value="${testDir}/performance-tests.xml"/>
<property name="workspace" value="${eclipse-home}/workspace_ws_performance"/>
<property name="extraVMargs" value="-Dorg.eclipse.jst.server.tomcat.50=${testDir}/${tomcat50Dir}"/>
@@ -24,7 +25,7 @@
<target name="performance_suite">
<delete dir="${workspace}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <ant target="ui-test" antfile="${perf-tests-file}" dir="${eclipse-home}">
<property name="data-dir" value="${workspace}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.jst.ws.tests.axis.tomcat.v50.perfmsr.PerfmsrBUJavaAxisTC50" />
@@ -33,7 +34,7 @@
</ant>
<delete dir="${workspace}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <ant target="ui-test" antfile="${perf-tests-file}" dir="${eclipse-home}">
<property name="data-dir" value="${workspace}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.jst.ws.tests.axis.tomcat.v50.perfmsr.PerfmsrClientAxisTC50" />
@@ -42,7 +43,7 @@
</ant>
<delete dir="${workspace}" quiet="true"/>
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <ant target="ui-test" antfile="${perf-tests-file}" dir="${eclipse-home}">
<property name="data-dir" value="${workspace}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.jst.ws.tests.axis.tomcat.v50.perfmsr.PerfmsrTDJavaAxisTC50" />

Back to the top