Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2017-12-04 09:15:41 +0000
committerVikas Chandra2017-12-04 09:15:41 +0000
commit7b8ef056c34f80a8f07ca5287a46b5ff4b4bdbeb (patch)
tree1d7210df41435120ccefb50f8af12758819c3633 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parentbcdb09b78aca0d01073fd5ee4a49f2ab718ac394 (diff)
downloadeclipse.platform.releng.aggregator-7b8ef056c34f80a8f07ca5287a46b5ff4b4bdbeb.tar.gz
eclipse.platform.releng.aggregator-7b8ef056c34f80a8f07ca5287a46b5ff4b4bdbeb.tar.xz
eclipse.platform.releng.aggregator-7b8ef056c34f80a8f07ca5287a46b5ff4b4bdbeb.zip
Bug 528077 - testBug265564 and testPublish_Packaging_1 fail on all
platforms on /I20171202-0800 Change-Id: I8147c1a416a914b5af088a228c11482f65d75986 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index ebd5afd84..4db5fd25c 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -45,6 +45,14 @@
value="org.eclipse.cvs.feature.group">
<equals
arg1="${testPlugin}"
+ arg2="org.eclipse.pde.build.tests" />
+ </condition>
+
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
arg2="org.eclipse.team.tests.cvs.core" />
</condition>

Back to the top