Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2016-02-17 14:07:02 +0000
committerGerrit Code Review @ Eclipse.org2016-02-17 15:31:34 +0000
commit362cccc9b5ccb3805a61de6e0cbaff30bc0f667e (patch)
tree4d5da4a16d8ade0453be165b9022824442eed1c8 /tests/junit/plugins/uml/tools
parent17534f2d7b45d1611c2e6fcffc0aab9555fc5727 (diff)
downloadorg.eclipse.papyrus-362cccc9b5ccb3805a61de6e0cbaff30bc0f667e.tar.gz
org.eclipse.papyrus-362cccc9b5ccb3805a61de6e0cbaff30bc0f667e.tar.xz
org.eclipse.papyrus-362cccc9b5ccb3805a61de6e0cbaff30bc0f667e.zip
Bug 487934 - [SysML 1.1][Tests] Uml Wizard tests shouldn't reference
Sysml - remove old tests on Sysml model creation (tests present with rcptt in SysML 1.4) - patch deprecated in SysML tests - remove deprecated .di2 files Change-Id: I9241b58ac72e2bcfce155b55e5fdf01d9b8cd31e Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/tools')
-rw-r--r--tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/SysMLContentProviderTest.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/SysMLContentProviderTest.java b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/SysMLContentProviderTest.java
deleted file mode 100644
index 274f30fc846..00000000000
--- a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/SysMLContentProviderTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2012 CEA LIST.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
- *****************************************************************************/
-package org.eclipse.papyrus.uml.tools.tests.tests;
-
-//TODO : Test profile-specific elements (Stereotype associations...)
-public class SysMLContentProviderTest {
-
-}

Back to the top