Author: akazakov
Date: 2011-11-30 19:39:34 -0500 (Wed, 30 Nov 2011)
New Revision: 36805
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
Log:
https://issues.jboss.org/browse/JBIDE-10149 Remove Seam 2 from the JBoss Perspective
actions
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java 2011-12-01
00:29:16 UTC (rev 36804)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java 2011-12-01
00:39:34 UTC (rev 36805)
@@ -55,7 +55,8 @@
public static Test suite() {
TestSuite suite = new TestSuite("Seam UI tests");
- suite.addTestSuite(JBossPerspectiveTest.class);
+//
https://issues.jboss.org/browse/JBIDE-10149 Remove Seam 2 from the JBoss
Perspective actions
+// suite.addTestSuite(JBossPerspectiveTest.class);
suite.addTestSuite(ELExprPartitionerTest.class);
//suite.addTestSuite(ELReferencesQueryParticipantTest.class);
suite.addTest(new ProjectImportTestSetup(new
TestSuite(ELReferencesQueryParticipantTest.class),
"org.jboss.tools.seam.ui.test", new String[]{"projects/numberguess"},
new String[]{"numberguess"}));