[jbosstools-commits] JBoss Tools SVN: r42947 - trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/src/org/jboss/tools/freemarker/ui/bot/test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 9 06:25:52 EDT 2012


Author: jpeterka
Date: 2012-08-09 06:25:52 -0400 (Thu, 09 Aug 2012)
New Revision: 42947

Modified:
   trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/src/org/jboss/tools/freemarker/ui/bot/test/FreeMarkerTest.java
Log:
Freemarker ui bot test focus issue fixed

Modified: trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/src/org/jboss/tools/freemarker/ui/bot/test/FreeMarkerTest.java
===================================================================
--- trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/src/org/jboss/tools/freemarker/ui/bot/test/FreeMarkerTest.java	2012-08-09 10:18:42 UTC (rev 42946)
+++ trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/src/org/jboss/tools/freemarker/ui/bot/test/FreeMarkerTest.java	2012-08-09 10:25:52 UTC (rev 42947)
@@ -44,7 +44,10 @@
 		eclipse.closeView(IDELabel.View.WELCOME);
 		eclipse.closeView(IDELabel.View.JBOSS_CENTRAL);
 		eclipse.closeAllEditors();
+
 		util.waitForAll();
+		bot.shells()[0].activate();
+		bot.shells()[0].setFocus();
 		open.perspective(ActionItem.Perspective.JAVA.LABEL);
 		
 		SubversiveHelper.disableSVNDecoration();



More information about the jbosstools-commits mailing list