Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkolb2008-01-09 17:40:13 +0000
committerbkolb2008-01-09 17:40:13 +0000
commit41a0ca298184ca407ffba6b77222d7ca69ea1544 (patch)
tree124aa18cd3a1a91e25d0ddcf4c1ee6b364a9d353
parent00eb2c85d26365115b34f252c2a272fdf0b8d870 (diff)
downloadorg.eclipse.xpand-41a0ca298184ca407ffba6b77222d7ca69ea1544.tar.gz
org.eclipse.xpand-41a0ca298184ca407ffba6b77222d7ca69ea1544.tar.xz
org.eclipse.xpand-41a0ca298184ca407ffba6b77222d7ca69ea1544.zip
fixed test
-rw-r--r--tests/org.eclipse.xtend.shared.ui.test/test.xml4
-rw-r--r--tests/org.eclipse.xtend.typesystem.emf.tests/test.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.xtend.shared.ui.test/test.xml b/tests/org.eclipse.xtend.shared.ui.test/test.xml
index 99eb5210..7ac44115 100644
--- a/tests/org.eclipse.xtend.shared.ui.test/test.xml
+++ b/tests/org.eclipse.xtend.shared.ui.test/test.xml
@@ -14,7 +14,7 @@
*
* </copyright>
*
- * $Id: test.xml,v 1.1 2007/12/15 01:10:36 bkolb Exp $
+ * $Id: test.xml,v 1.2 2008/01/09 17:40:13 bkolb Exp $
*/
-->
@@ -24,7 +24,7 @@
<property name="eclipse-home" value="${basedir}\..\.."/>
<!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.xpand.tests"/>
+ <property name="plugin-name" value="org.eclipse.xtend.shared.ui.test"/>
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
<!-- This target holds all initialization code that needs to be done for -->
diff --git a/tests/org.eclipse.xtend.typesystem.emf.tests/test.xml b/tests/org.eclipse.xtend.typesystem.emf.tests/test.xml
index e7873279..2fceb9b0 100644
--- a/tests/org.eclipse.xtend.typesystem.emf.tests/test.xml
+++ b/tests/org.eclipse.xtend.typesystem.emf.tests/test.xml
@@ -14,7 +14,7 @@
*
* </copyright>
*
- * $Id: test.xml,v 1.1 2007/12/15 01:22:08 bkolb Exp $
+ * $Id: test.xml,v 1.2 2008/01/09 17:40:14 bkolb Exp $
*/
-->
@@ -24,7 +24,7 @@
<property name="eclipse-home" value="${basedir}\..\.."/>
<!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.xpand.tests"/>
+ <property name="plugin-name" value="org.eclipse.xtend.typesystem.emf.tests"/>
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
<!-- This target holds all initialization code that needs to be done for -->

Back to the top