remove obsolete comments
diff --git a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/AbstractGFTests.java b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/AbstractGFTests.java
index b5116ed..911ddde 100644
--- a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/AbstractGFTests.java
+++ b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/AbstractGFTests.java
@@ -84,11 +84,6 @@
private static final String PROJECT_NAME = "GraphitiTestProject";
- /**
- * The source folder of the Moin test DC type (value is <code>src</code>).
- * Since other DC types may define other paths, <b>do not use this in
- * productive code</b>.
- */
public static final IPath SOURCE_FOLDER = new Path("src"); //$NON-NLS-1$
private static IPath DIAGRAMS_FOLDER = SOURCE_FOLDER.append("diagrams");
@@ -381,11 +376,6 @@
List<String> currentDiagramNames = new ArrayList<String>();
- // Collection<Diagram> diagramCollection = MoinHelper.refAllOfClass(getPictogramsPackage().getDiagram());
- // for (Diagram diagram : diagramCollection) {
- // currentDiagramNames.add(diagram.getName());
- // }
-
IFolder folder = getProject().getFolder(DIAGRAMS_FOLDER);
try {
if (folder.exists()) {
diff --git a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/util/GFTestPerspective.java b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/util/GFTestPerspective.java
index f76cf00..d6627cb 100644
--- a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/util/GFTestPerspective.java
+++ b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/util/GFTestPerspective.java
@@ -20,8 +20,8 @@
import org.eclipse.ui.IPerspectiveFactory;
/**
- * This class is used for testing of GFW. Its purpose is to show all relevant
- * views (if possible next to each other).
+ * This class is used for testing of Graphiti. Its purpose is to show all
+ * relevant views (if possible next to each other).
*/
public class GFTestPerspective implements IPerspectiveFactory {
@@ -40,7 +40,6 @@
public void createInitialLayout(IPageLayout layout) {
// top-left
IFolderLayout topLeft = layout.createFolder("topLeft", IPageLayout.LEFT, (float) 0.25, IPageLayout.ID_EDITOR_AREA);
- //topLeft.addView("com.sap.tc.emf.gfw.samples.testview.MoinView");
topLeft.addPlaceholder(IPageLayout.ID_RES_NAV);
topLeft.addView("org.eclipse.ui.navigator.ProjectExplorer");
topLeft.addPlaceholder("org.eclipse.jdt.ui.PackageExplorer");