Removed JUnit test view from Perspective
diff --git a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java
index 5486461..04c5077 100644
--- a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java
+++ b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java
@@ -93,7 +93,6 @@
 				editorArea);
 		bottomRight.addView("org.eclipse.pde.runtime.LogView");
 		bottomRight.addView(IPageLayout.ID_PROP_SHEET);
-		bottomRight.addView("com.sap.ide.junit.views.TestsView");
 		bottomRight.addView(IPageLayout.ID_PROBLEM_VIEW);
 	}
 }