Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2018-01-09 16:23:14 +0000
committerLucas Bullen2018-01-10 14:42:41 +0000
commit651304c6540b9775b28899d4a857a382f3641758 (patch)
tree841ded79ef5cf1e9d2c7618163cba3b009ab51bf /production
parent3e0b6c1b16ee1d10453fdae4f489a334fc8e17e0 (diff)
downloadeclipse.platform.releng.aggregator-651304c6540b9775b28899d4a857a382f3641758.tar.gz
eclipse.platform.releng.aggregator-651304c6540b9775b28899d4a857a382f3641758.tar.xz
eclipse.platform.releng.aggregator-651304c6540b9775b28899d4a857a382f3641758.zip
Bug 529588 - template.tests are not being run
- Run the tests with the test framework Change-Id: I15dafb3899eda94a725f2e1d62c452c65cd3ffad Signed-off-by: Lucas Bullen <lbullen@redhat.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 64212ca4b..23ecba6fd 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1701,7 +1701,13 @@
depends="init">
<runTests testPlugin="org.eclipse.pde.ui.tests" />
</target>
-
+
+ <target
+ name="pdeuitemplate"
+ depends="init">
+ <runTests testPlugin="org.eclipse.pde.ui.template.tests" />
+ </target>
+
<target
name="pdegenericeditor"
depends="init">
@@ -2144,6 +2150,7 @@
depends="init">
<antcall target="pdeds" />
<antcall target="pdeui" />
+ <antcall target="pdeuitemplate" />
<antcall target="pdegenericeditor" />
</target>

Back to the top