Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-10-25 04:38:43 +0000
committerSravan Kumar Lakkimsetti2020-10-25 04:38:43 +0000
commita12f73adaed6d9aa01cb296750ca4bcff6ed257f (patch)
treec4ecb86ee795bdaca5ef102cdc037fa95afee138 /production
parente89d01dbd2f39cca29d45f9e7d9b7dd14f3793e9 (diff)
downloadeclipse.platform.releng.aggregator-a12f73adaed6d9aa01cb296750ca4bcff6ed257f.tar.gz
eclipse.platform.releng.aggregator-a12f73adaed6d9aa01cb296750ca4bcff6ed257f.tar.xz
eclipse.platform.releng.aggregator-a12f73adaed6d9aa01cb296750ca4bcff6ed257f.zip
Revert "Bug 565673: publish urischeme test results"
This reverts commit e89d01dbd2f39cca29d45f9e7d9b7dd14f3793e9. Reason for revert: this didn't work Change-Id: I87d5425fc288b0ad9846570ba79db47d191d20c3
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 1eaf212a9..e1b6f6136 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -57,14 +57,6 @@
<condition
property="extraIU"
- value="org.eclipse.tests.urischeme">
- <equals
- arg1="${testPlugin}"
- arg2="org.eclipse.urischeme" />
- </condition>
-
- <condition
- property="extraIU"
value="org.eclipse.cvs.feature.group">
<equals
arg1="${testPlugin}"
@@ -2220,7 +2212,7 @@
<target
name="urischeme"
depends="init">
- <runTests testPlugin="org.eclipse.urischeme" />
+ <runTests testPlugin="org.eclipse.tests.urischeme" />
</target>
<target

Back to the top