Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java')
-rw-r--r--tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java b/tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java
index 6e0d1d86..d470b2c2 100644
--- a/tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java
+++ b/tests/org.eclipse.e4.tools.orion.text.editor.test/src/org/eclipse/e4/tools/orion/text/editor/test/OrionEditorTestSuite.java
@@ -18,9 +18,10 @@ public class OrionEditorTestSuite extends TestCase {
public static Test suite() {
TestSuite suite = new TestSuite(OrionEditorTestSuite.class.getName());
- //$JUnit-BEGIN$
+ // $JUnit-BEGIN$
suite.addTestSuite(OrionEditorTest.class);
- //$JUnit-END$
+ suite.addTestSuite(RevertOrionEditorHandlerTest.class);
+ // $JUnit-END$
return suite;
}
}

Back to the top