Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-05-29 13:17:05 +0000
committercletavernie2013-05-29 13:17:05 +0000
commit5f8602611f3798795cebea0307aee370b7780f75 (patch)
tree104f7f619eb5306cb4df76766544373037c713d5 /tests/junit
parentd04c6c67a02c3f665eae61df24394045e8986705 (diff)
downloadorg.eclipse.papyrus-5f8602611f3798795cebea0307aee370b7780f75.tar.gz
org.eclipse.papyrus-5f8602611f3798795cebea0307aee370b7780f75.tar.xz
org.eclipse.papyrus-5f8602611f3798795cebea0307aee370b7780f75.zip
[Trivial] Minor test fix
Diffstat (limited to 'tests/junit')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/SashMultiPageEditorTest.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/SashMultiPageEditorTest.java b/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/SashMultiPageEditorTest.java
index ea1526214a2..b6d7bf23fd9 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/SashMultiPageEditorTest.java
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/SashMultiPageEditorTest.java
@@ -3,6 +3,9 @@
*/
package org.eclipse.papyrus.infra.core.sasheditor.editor;
+import org.junit.Ignore;
+import org.junit.Test;
+
/**
@@ -13,6 +16,8 @@ public class SashMultiPageEditorTest {
/**
* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.editor.AbstractMultiPageSashEditor#refreshTabs()}.
*/
+ @Ignore("Not yet implemented")
+ @Test
public void testRefreshTabs() {
// fail("Not yet implemented"); // TODO
}

Back to the top