Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2014-12-16 22:12:34 +0000
committerPascal Rapicault2014-12-16 22:13:01 +0000
commite2c74f2c9925e7ec560441413eb41e5975f8c359 (patch)
tree43fe735d327312369769cfd5813e20e319f60acb /bundles
parent450f4fc1828920724074d3f19853e2afd91fd8a2 (diff)
downloadrt.equinox.p2-e2c74f2c9925e7ec560441413eb41e5975f8c359.tar.gz
rt.equinox.p2-e2c74f2c9925e7ec560441413eb41e5975f8c359.tar.xz
rt.equinox.p2-e2c74f2c9925e7ec560441413eb41e5975f8c359.zip
Bug 455137 - org.eclipse.equinox.p2.tests.ui has an empty performance
target
Diffstat (limited to 'bundles')
-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