[jbosstools-commits] JBoss Tools SVN: r43156 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Aug 22 06:23:12 EDT 2012


Author: rhopp
Date: 2012-08-22 06:23:12 -0400 (Wed, 22 Aug 2012)
New Revision: 43156

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java
Log:
Removed unnecessary waiting in ExplorerBase when deleting project

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java	2012-08-22 10:12:31 UTC (rev 43155)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/view/ExplorerBase.java	2012-08-22 10:23:12 UTC (rev 43156)
@@ -76,7 +76,7 @@
 	     }
 	     open.finish(shell.bot(),IDELabel.Button.OK);
 	     util.waitForNonIgnoredJobs();
-	     util.waitForAll(Timing.time30S());
+	     //util.waitForAll(Timing.time30S()); rhopp. Removed unnecessary waiting.
 	}
 	/**
 	 * deletes all projects from workspace



More information about the jbosstools-commits mailing list