Author: snjeza
Date: 2009-04-20 14:05:15 -0400 (Mon, 20 Apr 2009)
New Revision: 14829
Modified:
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java
Log:
JBIDE-4207 "WSProviderInvokeCommand cannot be resolved to a type" in the
org.jboss.tools.ws.core.test plugin
Modified:
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java 2009-04-20
17:51:00 UTC (rev 14828)
+++
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java 2009-04-20
18:05:15 UTC (rev 14829)
@@ -49,7 +49,6 @@
import org.jboss.tools.ws.creation.core.commands.MergeWebXMLCommand;
import org.jboss.tools.ws.creation.core.commands.RemoveClientJarsCommand;
import org.jboss.tools.ws.creation.core.commands.ValidateWSImplCommand;
-import org.jboss.tools.ws.creation.core.commands.WSProviderInvokeCommand;
import org.jboss.tools.ws.creation.core.data.ServiceModel;
import org.jboss.tools.ws.creation.core.messages.JBossWSCreationCoreMessages;
import org.jboss.tools.ws.creation.ui.wsrt.JBossWebService;
@@ -124,7 +123,7 @@
}
- public void testWSProviderInvokeCommand() throws ExecutionException, CoreException {
+ /*public void testWSProviderInvokeCommand() throws ExecutionException, CoreException {
ServiceModel model = new ServiceModel();
model.setWebProjectName(fproject.getProject().getName());
@@ -216,7 +215,7 @@
IConsoleManager consolemanager = getConsoleManager();
checkText(consolemanager.getConsoles());
}
-
+*/
private void checkText(IConsole[] consoles) {
// test run result
for (IConsole console : consoles) {