Author: ldimaggio
Date: 2012-10-03 13:13:51 -0400 (Wed, 03 Oct 2012)
New Revision: 44254
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java
Log:
Trying to force the activation of the editor.
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java
===================================================================
---
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java 2012-10-03
17:10:30 UTC (rev 44253)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/Editing.java 2012-10-03
17:13:51 UTC (rev 44254)
@@ -177,7 +177,14 @@
e.printStackTrace();
editor.setFocus();
bot.sleep(30000l);
+
+
+ bot.shell(configFileFull).activate();
+ bot.sleep(30000l);
log.error("Actions Editor is active = " + editor.isActive());
+ addService(service);
+
+ log.error("Actions Editor is active = " + editor.isActive());
// org.jboss.tools.ui.bot.ext.SWTUtilExt.displayAllBotWidgets(editor.bot());
log.error ("The active shell is: " + editor.bot().activeShell().getText()
);
Show replies by date