Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-01 21:44:12 +0000
committerSravan Kumar Lakkimsetti2017-12-01 21:48:16 +0000
commitdf2501b29cefc9a1e2785bc4aa8d396af7c94c58 (patch)
tree27a2dedebfd2c270b7c4a74ca45590511bf95daf
parent1a34977c5eb183ea9f9000e0eb4f503822b2e930 (diff)
downloadeclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.tar.gz
eclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.tar.xz
eclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.zip
Bug 527936 - CVS tests failed in I20171129-2000
Change-Id: Id4105d9fa9e8ff8d2d12e9b5a63bac8271380e91 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml8
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
2 files changed, 17 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
index ee6a71218..ed2a31a10 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
@@ -48,6 +48,14 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.core" />
+ </condition>
+
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 508286e6d..ebd5afd84 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -48,7 +48,15 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
- <antcall target="setupRepo" />
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.core" />
+ </condition>
+
+ <antcall target="setupRepo" />
<antcall target="${setupTarget}" />
<antcall target="installPreferences">

Back to the top