Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.discovery/test.xml10
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/test.xml15
2 files changed, 1 insertions, 24 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.discovery/test.xml b/bundles/org.eclipse.equinox.p2.tests.discovery/test.xml
index 9a7810fd7..f54e26659 100644
--- a/bundles/org.eclipse.equinox.p2.tests.discovery/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.discovery/test.xml
@@ -33,7 +33,7 @@
<!-- This target runs the performance test suites. Any actions that need to happen after all -->
<!-- the tests have been run should go here. -->
<!--
- <target name="performance" depends="init,performance-suite,cleanup">
+ <target name="performance" depends="init,cleanup">
<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
<property name="includes" value="org*.xml" />
<property name="output-file" value="${plugin-name}.xml" />
@@ -52,12 +52,4 @@
<!-- This target defines the tests that need to be run. -->
<target name="suite" depends="p2Tests" />
- <!-- This target defines the performance tests that need to be run. -->
- <!--
- <target name="performance-suite" depends="p2PerformanceTests" />
- -->
-
- <target name="p2PerformanceTests">
- <!-- TODO -->
- </target>
</project>
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/test.xml b/bundles/org.eclipse.equinox.p2.tests.ui/test.xml
index 968c0d815..5479f7233 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/test.xml
@@ -30,15 +30,6 @@
</ant>
</target>
- <!-- This target runs the performance test suites. Any actions that need to happen after all -->
- <!-- the tests have been run should go here. -->
- <target name="performance" depends="init,performance-suite,cleanup">
- <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org*.xml" />
- <property name="output-file" value="${plugin-name}.xml" />
- </ant>
- </target>
-
<target name="p2Tests" depends="init,cleanup">
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${p2ui_location}" />
@@ -50,10 +41,4 @@
<!-- This target defines the tests that need to be run. -->
<target name="suite" depends="p2Tests" />
- <!-- This target defines the performance tests that need to be run. -->
- <target name="performance-suite" depends="p2PerformanceTests" />
-
- <target name="p2PerformanceTests">
- <!-- TODO -->
- </target>
</project>

Back to the top