Author: ldimaggio
Date: 2012-10-08 15:13:13 -0400 (Mon, 08 Oct 2012)
New Revision: 44362
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
Log:
More debugging in src/org/jboss/tools/ui/bot/ext/ExampleTest.java - for Mac failures
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-08
17:14:22 UTC (rev 44361)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-08
19:13:13 UTC (rev 44362)
@@ -137,11 +137,11 @@
/* ldimaggi - Oct 8, 2012 */
try {
- bot.waitForShell("New Project Example");
- bot.shell("New Project
Example").bot().button(IDELabel.Button.FINISH).click();
+ bot.waitForShell("New Project Example");
+ bot.shell("New Project
Example").bot().button(IDELabel.Button.FINISH).click();
}
catch (Exception E) {
- log.error("Cannot find New Project Example dialog" + E.getMessage());
+ log.error("Cannot find New Project Example dialog - debugging Mac failures on
Jenkins" + E.getMessage());
}
bot.sleep(Timing.time5S());
Show replies by date