Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-11-24 08:59:52 +0000
committerMickael Istria2020-11-24 08:59:52 +0000
commitdc1bf451c471261af4e311746140949c0f645bba (patch)
treef2cd96984ddecfbd590834b6adc1a1797460e964
parentdcbd280a9ada479f2a75ad052402385702b9a6c2 (diff)
downloadeclipse.platform.releng.aggregator-dc1bf451c471261af4e311746140949c0f645bba.tar.gz
eclipse.platform.releng.aggregator-dc1bf451c471261af4e311746140949c0f645bba.tar.xz
eclipse.platform.releng.aggregator-dc1bf451c471261af4e311746140949c0f645bba.zip
Bug 507626 - Add dependency for ua.tests.doc
Change-Id: Ibcf32d5dd78731088e7ead3fba0a23948d4b94bd Signed-off-by: Mickael Istria <mistria@redhat.com>
-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 e1b6f6136..1e5d44d45 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -63,6 +63,14 @@
arg2="org.eclipse.team.tests.core" />
</condition>
+ <condition
+ property="extraIU"
+ value="org.eclipse.unittest.ui">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.ua.tests.doc" />
+ </condition>
+
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />

Back to the top