[jbosstools-commits] JBoss Tools SVN: r42829 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Aug 1 07:58:03 EDT 2012


Author: vpakan at redhat.com
Date: 2012-08-01 07:58:02 -0400 (Wed, 01 Aug 2012)
New Revision: 42829

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java
Log:
Remove activating of Workbench shell from method runProjectOnServer()

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java	2012-08-01 09:52:33 UTC (rev 42828)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java	2012-08-01 11:58:02 UTC (rev 42829)
@@ -1,5 +1,5 @@
  /*******************************************************************************
-  * Copyright (c) 2007-2009 Red Hat, Inc.
+  * Copyright (c) 2007-2012 Red Hat, Inc.
   * Distributed under license by Red Hat, Inc. All rights reserved.
   * This program is made available under the terms of the
   * Eclipse Public License v1.0 which accompanies this distribution,
@@ -310,8 +310,6 @@
    */
   public static void runProjectOnServer(SWTWorkbenchBot bot, String projectName){
  
-    bot.shells()[0].activate();
-    
     SWTBotTree packageExplorerTree = eclipse.showView(ViewType.PACKAGE_EXPLORER).tree();
 
     packageExplorerTree.setFocus();



More information about the jbosstools-commits mailing list