Author: akazakov
Date: 2011-12-22 17:57:24 -0500 (Thu, 22 Dec 2011)
New Revision: 37540
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
Log:
https://issues.jboss.org/browse/JBIDE-10394 JBoss Perspective: Add Package Explorer
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2011-12-22
22:37:59 UTC (rev 37539)
+++
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2011-12-22
22:57:24 UTC (rev 37540)
@@ -65,8 +65,8 @@
assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard"));
assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard"));
assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard"));
- assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard"));
- assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard
in org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard"));
+// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard"));
+// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewBeansXMLCreationWizard"));
// IViewReference[] viewReferences = page.getViewReferences();
// Set<String> viewIds = new HashSet<String>();
// for (IViewReference viewReference : viewReferences) {