Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-09-26 10:46:06 +0000
committerMickael Istria2016-09-28 09:43:21 +0000
commit611d474add1b0fff9a9d28ac5ec5d0e06e56f4ac (patch)
tree453ce65f6bde531b6b76659d6ca13614b64d4db9 /production/testScripts
parent7daa8a14857c3d91220b3b2e3b7d35e5479f56fe (diff)
downloadeclipse.platform.releng.aggregator-611d474add1b0fff9a9d28ac5ec5d0e06e56f4ac.tar.gz
eclipse.platform.releng.aggregator-611d474add1b0fff9a9d28ac5ec5d0e06e56f4ac.tar.xz
eclipse.platform.releng.aggregator-611d474add1b0fff9a9d28ac5ec5d0e06e56f4ac.zip
Bug 497871 - Provide a Generic and extensible Text Editor
Change-Id: I461e3d44d811f167fce053aab04004ef6b66d834 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index cf8a94aa4..47357fa1a 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1901,6 +1901,12 @@
</target>
<target
+ name="genericEditor"
+ depends="init">
+ <runTests testPlugin="org.eclipse.ui.genericeditor.tests" />
+ </target>
+
+ <target
name="update"
depends="init">
<runTests testPlugin="org.eclipse.update.tests.core" />
@@ -2202,6 +2208,7 @@
<antcall target="uieditors" />
<antcall target="uinavigator" />
<antcall target="uiworkbenchtexteditor" />
+ <antcall target="genericEditor" />
<antcall target="equinoxhttpservlet" />
<antcall target="ua" />

Back to the top