Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2018-07-03 13:27:16 +0000
committerNicolas FAUVERGUE2018-07-03 13:27:16 +0000
commit6b3deccc9dc1d98628dfb300fd87f76606ee44ba (patch)
treefdef193251ae49a83db4bb542bb5fc04d256caf6 /tests/junit/plugins/infra/gmfdiag
parente85a36958767fb032bc9c93fc3393a0fe70cc465 (diff)
downloadorg.eclipse.papyrus-6b3deccc9dc1d98628dfb300fd87f76606ee44ba.tar.gz
org.eclipse.papyrus-6b3deccc9dc1d98628dfb300fd87f76606ee44ba.tar.xz
org.eclipse.papyrus-6b3deccc9dc1d98628dfb300fd87f76606ee44ba.zip
Bug 511394: [Expansion] Issue on undo /redo when adding a new
compartment to a stereotyped element Uncomment AllTests tests Change-Id: I64e055a7f9d2f10c2049283d28c015b4124e66cd Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AllTests.java34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AllTests.java b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AllTests.java
index 4eeccb21643..2edaa72b74c 100644
--- a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AllTests.java
+++ b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AllTests.java
@@ -32,24 +32,24 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(ClassificationSuite.class)
@SuiteClasses({
-// LoadExpansionModel.class,
+ LoadExpansionModel.class,
ExpansionAddCompartment.class,
-// ExpansionAddChildLabel.class,
-// ExpansionAddBorderItem.class,
-// ExpansionAddCompartmentWithKind.class,
-// ExpansionAddLink.class,
-// ExpansionDropElements.class,
-// AssistantUsage.class,
-// GMFUnsafeTest.class,
-// SyncTests.class,
-// NotationLabelProviderTest.class,
-// CreateEditBasedElementCommandTest.class,
-// DefaultCopyCommandTest.class,
-// DefaultPasteCommandTest.class,
-// DefaultDiagramCopyCommandTest.class,
-// DefaultDiagramPasteCommandTest.class,
-// ModelValidationTest.class,
-// TestModelValidationTest.class,
+ ExpansionAddChildLabel.class,
+ ExpansionAddBorderItem.class,
+ ExpansionAddCompartmentWithKind.class,
+ ExpansionAddLink.class,
+ ExpansionDropElements.class,
+ AssistantUsage.class,
+ GMFUnsafeTest.class,
+ SyncTests.class,
+ NotationLabelProviderTest.class,
+ CreateEditBasedElementCommandTest.class,
+ DefaultCopyCommandTest.class,
+ DefaultPasteCommandTest.class,
+ DefaultDiagramCopyCommandTest.class,
+ DefaultDiagramPasteCommandTest.class,
+ ModelValidationTest.class,
+ TestModelValidationTest.class,
})
public class AllTests {

Back to the top