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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 16 11:54:06 EDT 2012


Author: ljelinko
Date: 2012-03-16 11:54:05 -0400 (Fri, 16 Mar 2012)
New Revision: 39564

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
Log:
Fixed bug with not closing preferences if Seam already exists. 

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-03-16 15:52:54 UTC (rev 39563)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java	2012-03-16 15:54:05 UTC (rev 39564)
@@ -641,8 +641,8 @@
 			}
 			bot.comboBox().setSelection(myIndex);
 			open.finish(bot.activeShell().bot());
-			open.finish(wiz, IDELabel.Button.OK);
 		}
+		open.finish(wiz, IDELabel.Button.OK);
 	}
 	
 	/**



More information about the jbosstools-commits mailing list