Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-09-29 11:54:01 +0000
committerMickael Istria2016-09-29 11:54:27 +0000
commit4de07cf7328f19fab490c4c93b34aca5ef00c30b (patch)
treeec431f15c75a151974446d999cbf7020e60cb47f /org.eclipse.ui.genericeditor.tests
parentae146da17062d199167360e47eae3fab596e31f0 (diff)
downloadeclipse.platform.text-4de07cf7328f19fab490c4c93b34aca5ef00c30b.tar.gz
eclipse.platform.text-4de07cf7328f19fab490c4c93b34aca5ef00c30b.tar.xz
eclipse.platform.text-4de07cf7328f19fab490c4c93b34aca5ef00c30b.zip
Bug 497871: Fix Generic Editor test configY20160929-1000
Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor.tests')
-rw-r--r--org.eclipse.ui.genericeditor.tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/test.xml b/org.eclipse.ui.genericeditor.tests/test.xml
index 7c11fd6b726..9e9cf3557e8 100644
--- a/org.eclipse.ui.genericeditor.tests/test.xml
+++ b/org.eclipse.ui.genericeditor.tests/test.xml
@@ -6,7 +6,7 @@
<property name="eclipse-home" value="${basedir}\..\.."/>
<!-- sets the properties eclipse-home, and library-file -->
- <property name="plugin-name" value="org.eclipse.ui.editors.tests"/>
+ <property name="plugin-name" value="org.eclipse.ui.genericeditor.tests"/>
<property name="library-file"
value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>

Back to the top