Author: ldimaggio
Date: 2012-01-24 11:14:41 -0500 (Tue, 24 Jan 2012)
New Revision: 38105
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
Log:
Removed inadvertent sleep statement at line 434 - SWTEclipseExt.java
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java 2012-01-24
15:50:12 UTC (rev 38104)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java 2012-01-24
16:14:41 UTC (rev 38105)
@@ -404,7 +404,6 @@
for (SWTBotTreeItem i : theItems) {
log.info("SWTBotTreeItem = item = " + i);
}
- //theBot.sleep(3000l);
theBot.sleep(Timing.time3S());
}
}
@@ -427,11 +426,10 @@
log.info ("Located Problems view - " +
theBot.tree().expandNode(groupLabel).expandNode(viewLabel).getText() );
tempItem = theBot.tree().expandNode(groupLabel).expandNode(viewLabel).select();
- //theBot.sleep(3000l);
theBot.sleep(Timing.time3S());
counter++;
}
- theBot.sleep(Timing.time30S());
+
}
@@ -1237,10 +1235,10 @@
//bot.sleep(30000l);
//System.out.println (treeItem.contextMenu("Run As").menu("2 Java
Application").getText());
- bot.sleep(30000l);
+ bot.sleep(Timing.time30S());
treeItem.contextMenu("Run As").menu("2 Java
Application").click();
//runJavaApplication("helloworld_testclient","org.jboss.soa.esb.samples.quickstart.helloworld.test.SendJMSMessage","
");
- bot.sleep(30000l); // This is needed to enable the test to run successfully to
completion
+ bot.sleep(Timing.time30S()); // This is needed to enable the test to run successfully
to completion
}
Show replies by date