From 2c08d24b7cbdd89b10f125b423c8a6a383fb5750 Mon Sep 17 00:00:00 2001 From: Benoit Maggi Date: Mon, 19 May 2014 10:15:33 +0200 Subject: Bug 405565 -[Papyrus Model Explorer] Papyrus Model Explorer shall enable copy/past with views. - Add TablePasteStrategy for copy/paste in Model explorer - Active TableCopyPasteModelExplorerTest Change-Id: I696dced555d7cdc88af74e34f2f16b976b2c4bb3 Signed-off-by: Benoit Maggi --- .../uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/junit') diff --git a/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java b/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java index 8c30defd3d6..e26eefc652f 100644 --- a/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java +++ b/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java @@ -74,7 +74,6 @@ public class TableCopyPasteModelExplorerTest extends AbstractEditorTest { * here the purpose is to test the creation of constraint on variable elements. */ @Test - @Ignore // TODO to activate with implementation of table strategy public void copyPasteTableTest() throws Exception { //get the rootModel -- cgit v1.2.3