[jbosstools-commits] JBoss Tools SVN: r43246 - branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/server.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Aug 27 04:38:10 EDT 2012
Author: ljelinko
Date: 2012-08-27 04:38:09 -0400 (Mon, 27 Aug 2012)
New Revision: 43246
Modified:
branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/server/MarkFileAsDeployableTask.java
Log:
Activate shell manually
Modified: branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/server/MarkFileAsDeployableTask.java
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/server/MarkFileAsDeployableTask.java 2012-08-27 08:28:17 UTC (rev 43245)
+++ branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/task/server/MarkFileAsDeployableTask.java 2012-08-27 08:38:09 UTC (rev 43246)
@@ -41,7 +41,7 @@
log.info("Shell: " + shell.getText() + ", is active: " + shell.isActive());
}
SWTBotFactory.getBot().waitUntil(shellIsActive("Really mark these resources as deployable?"));
-
+ SWTBotFactory.getBot().shell("Really mark these resources as deployable?").activate();
log.info("Logging all widgets:");
log.info("Logging all shells: ");
for (SWTBotShell shell : SWTBotFactory.getBot().shells()){
More information about the jbosstools-commits
mailing list