[jbosstools-commits] JBoss Tools SVN: r43556 - trunk/tests/plugins/org.jboss.tools.tests.installation/src/org/jboss/tools/tests/installation.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Sep 10 12:22:48 EDT 2012
Author: mickael_istria
Date: 2012-09-10 12:22:48 -0400 (Mon, 10 Sep 2012)
New Revision: 43556
Modified:
trunk/tests/plugins/org.jboss.tools.tests.installation/src/org/jboss/tools/tests/installation/CheckForUpdatesTest.java
Log:
JBIDE-12508: Fix in the Check For Updates scenario
Modified: trunk/tests/plugins/org.jboss.tools.tests.installation/src/org/jboss/tools/tests/installation/CheckForUpdatesTest.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.installation/src/org/jboss/tools/tests/installation/CheckForUpdatesTest.java 2012-09-10 15:45:21 UTC (rev 43555)
+++ trunk/tests/plugins/org.jboss.tools.tests.installation/src/org/jboss/tools/tests/installation/CheckForUpdatesTest.java 2012-09-10 16:22:48 UTC (rev 43556)
@@ -22,7 +22,8 @@
@Test
public void testCheckForUpdates() throws Exception {
- bot.menu("Help").menu("Check for Updates");
+ bot.menu("Help").menu("Check for Updates").click();
+ bot.shell("Contacting Software Sites");
this.bot.waitWhile(new ICondition() {
@Override
public boolean test() throws Exception {
More information about the jbosstools-commits
mailing list