Author: Grid.Qian
Date: 2010-04-22 23:41:26 -0400 (Thu, 22 Apr 2010)
New Revision: 21627
Modified:
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTests.java
Log:
JBIDE-6175: to trunk
Modified:
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTests.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTests.java 2010-04-23
03:19:09 UTC (rev 21626)
+++
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTests.java 2010-04-23
03:41:26 UTC (rev 21627)
@@ -16,6 +16,7 @@
import junit.framework.TestSuite;
import org.jboss.tools.ws.creation.core.test.command.JBossWSClientCommandTest;
+import
org.jboss.tools.ws.creation.core.test.command.JBossWSClientSampleCreationCommandTest;
import org.jboss.tools.ws.creation.core.test.command.JBossWSJavaFirstCommandTest;
import org.jboss.tools.ws.creation.core.test.command.JBossWSMergeWebXMLCommandTest;
import org.jboss.tools.ws.creation.core.test.command.JBossWSTopDownCommandTest;
@@ -29,6 +30,7 @@
suite.addTestSuite(JBossWSJavaFirstCommandTest.class);
suite.addTestSuite(JBossWSClientCommandTest.class);
suite.addTestSuite(JBossWSMergeWebXMLCommandTest.class);
+ suite.addTestSuite(JBossWSClientSampleCreationCommandTest.class);
return suite;
}
}
\ No newline at end of file
Show replies by date