Skip to content

Commit

Permalink
removed AbstractOutlineWorkbenchTest
Browse files Browse the repository at this point in the history
AbstractOutlineTest is now part of Xtext JUnit framework

Change-Id: Ic773f1ebdd74b2fe03ec519885c2283a2a2683e5
  • Loading branch information
LorenzoBettini committed Dec 8, 2016
1 parent a7d1cfd commit b7b3c1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 148 deletions.
1 change: 0 additions & 1 deletion dsl/org.eclipse.emf.parsley.dsl.ui.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="additional"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions dsl/org.eclipse.emf.parsley.dsl.ui.tests/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source.. = src/,\
src-gen/,\
xtend-gen/,\
additional/
xtend-gen/
bin.includes = .,\
META-INF/
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package org.eclipse.emf.parsley.dsl.ui.tests
import org.eclipse.emf.parsley.dsl.ui.internal.DslActivator
import org.eclipse.xtext.junit4.InjectWith
import org.eclipse.xtext.junit4.XtextRunner
import org.eclipse.xtext.ui.tests.editor.outline.AbstractOutlineWorkbenchTest
import org.eclipse.xtext.junit4.ui.AbstractOutlineTest
import org.junit.Test
import org.junit.runner.RunWith

Expand All @@ -22,7 +22,7 @@ import org.junit.runner.RunWith
*/
@RunWith(typeof(XtextRunner))
@InjectWith(typeof(EmfParsleyDslUiInjectorProvider))
class EmfParsleyDslOutlineTest extends AbstractOutlineWorkbenchTest {
class EmfParsleyDslOutlineTest extends AbstractOutlineTest {

override protected getEditorId() {
DslActivator.ORG_ECLIPSE_EMF_PARSLEY_DSL_EMFPARSLEYDSL
Expand Down

0 comments on commit b7b3c1e

Please sign in to comment.