Author: Grid.Qian
Date: 2011-01-18 07:50:25 -0500 (Tue, 18 Jan 2011)
New Revision: 28349
Modified:
branches/jbosstools-3.2.0.CR1/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTestSuite.java
Log:
JBIDE-8046: disable the tests
Modified:
branches/jbosstools-3.2.0.CR1/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTestSuite.java
===================================================================
---
branches/jbosstools-3.2.0.CR1/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTestSuite.java 2011-01-18
10:50:59 UTC (rev 28348)
+++
branches/jbosstools-3.2.0.CR1/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTestSuite.java 2011-01-18
12:50:25 UTC (rev 28349)
@@ -26,8 +26,8 @@
public static Test suite ()
{
TestSuite suite = new TestSuite(JBossWSCreationCoreTestSuite.class.getName());
- suite.addTestSuite(JBossWSTopDownCommandTest.class);
- suite.addTestSuite(JBossWSJavaFirstCommandTest.class);
+ //suite.addTestSuite(JBossWSTopDownCommandTest.class);
+ //suite.addTestSuite(JBossWSJavaFirstCommandTest.class);
suite.addTestSuite(JBossWSClientCommandTest.class);
suite.addTestSuite(JBossWSMergeWebXMLCommandTest.class);
suite.addTestSuite(JBossWSClientSampleCreationCommandTest.class);
Show replies by date