Author: vpakan(a)redhat.com
Date: 2010-01-07 02:43:19 -0500 (Thu, 07 Jan 2010)
New Revision: 19670
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java
Log:
Remove unused variables.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java 2010-01-07
00:47:50 UTC (rev 19669)
+++
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java 2010-01-07
07:43:19 UTC (rev 19670)
@@ -12,6 +12,7 @@
package org.jboss.tools.jsf.ui.bot.test.smoke;
import java.io.File;
+
import org.eclipse.swt.widgets.MenuItem;
import org.eclipse.swtbot.swt.finder.SWTBot;
import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
@@ -44,7 +45,7 @@
closeOpenJsfProject();
removeJSFCapabilities(jbdsIsRunning);
addJSFCapabilities();
- // Test import of deleted JSF project
+ // Test import of deleted JSF project
deleteJsfProject();
importJsfProject();
}
@@ -79,9 +80,6 @@
bot.textWithLabel("web.xml Location*").setText(webXmlFileLocation);
bot.button(WidgetVariables.NEXT_BUTTON).click();
- // Default Application Server is the one bundled with JBDS Installation
- String asStartingJob = IDELabel.ServerJobName.STARTING_JBOSS_EAP;
- String asStoppingJob = IDELabel.ServerJobName.STOPPING_JBOSS_EAP;
// Check if there is defined Application Server if not create one
if (!SWTJBTExt.isServerDefinedInWebWizardPage(bot)){
// Specify Application Server for Deployment
@@ -91,8 +89,6 @@
.select("JBoss Enterprise Application Platform 4.3");
bot.button(WidgetVariables.FINISH_BUTTON).click();
// Server Jobs has different labels now
- asStartingJob = IDELabel.ServerJobName.STARTING_JBOSS_EAP_43_RUNTIME;
- asStoppingJob = IDELabel.ServerJobName.STOPPING_JBOSS_EAP_43_RUNTIME;
}
delay();
// Finish Import
Show replies by date