Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2014-05-19 08:15:33 +0000
committerRemi Schnekenburger2014-05-21 09:57:59 +0000
commit2c08d24b7cbdd89b10f125b423c8a6a383fb5750 (patch)
tree3d891bd30232571df1efcd85ff18e853781c61e1 /tests/junit/plugins/uml/modelexplorer
parent145a9ef0517cc70850e59f28ec2814fb3137e57b (diff)
downloadorg.eclipse.papyrus-2c08d24b7cbdd89b10f125b423c8a6a383fb5750.tar.gz
org.eclipse.papyrus-2c08d24b7cbdd89b10f125b423c8a6a383fb5750.tar.xz
org.eclipse.papyrus-2c08d24b7cbdd89b10f125b423c8a6a383fb5750.zip
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 <benoit.maggi@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/modelexplorer')
-rw-r--r--tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/paste/TableCopyPasteModelExplorerTest.java1
1 files changed, 0 insertions, 1 deletions
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

Back to the top