Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-01-09 15:33:24 +0000
committerAlexander Kurtakov2018-01-09 15:33:24 +0000
commitcaa826d94edf3ce1565e7c79742a57102424bc2d (patch)
tree7d82472312c71db94fd33916da3b1c67700181e0
parentfdfb0ef56164493f787c8e3e779743414894f76b (diff)
downloadeclipse.platform.releng.aggregator-caa826d94edf3ce1565e7c79742a57102424bc2d.tar.gz
eclipse.platform.releng.aggregator-caa826d94edf3ce1565e7c79742a57102424bc2d.tar.xz
eclipse.platform.releng.aggregator-caa826d94edf3ce1565e7c79742a57102424bc2d.zip
Bug 529467 - Move genericeditor.extension tests to own project
Actually run the new tests. Change-Id: Idc47f8a6169542fb4e837c12d5f3d9fff42ac243 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 183b16474..64212ca4b 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -2144,6 +2144,7 @@
depends="init">
<antcall target="pdeds" />
<antcall target="pdeui" />
+ <antcall target="pdegenericeditor" />
</target>
<target

Back to the top