[jbosstools-commits] JBoss Tools SVN: r41623 - branches/jbosstools-3.3.x/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 1 09:04:07 EDT 2012


Author: ldimaggio
Date: 2012-06-01 09:04:06 -0400 (Fri, 01 Jun 2012)
New Revision: 41623

Modified:
   branches/jbosstools-3.3.x/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java
Log:
Trying again - adding back the test blocked by https://issues.jboss.org/browse/JBDS-2167 



Modified: branches/jbosstools-3.3.x/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java
===================================================================
--- branches/jbosstools-3.3.x/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java	2012-06-01 11:53:26 UTC (rev 41622)
+++ branches/jbosstools-3.3.x/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java	2012-06-01 13:04:06 UTC (rev 41623)
@@ -103,14 +103,14 @@
 		
 		
 		/* Comment out due to - https://issues.jboss.org/browse/JBDS-2167 */
-//		bot.button("&Add...").click();		
-//		SWTBotTreeItem [] theItems = bot.tree().getAllItems();
-//		
-//		theItems[0].getNode("resources.jar").expand();
-//		theItems[0].getNode("resources.jar").getNode("META-INF").expand();		
-//		theItems[0].getNode("resources.jar").getNode("META-INF").getNode("MANIFEST.MF").select();
-//		bot.button("&Finish").click();
+		bot.button("&Add...").click();		
+		SWTBotTreeItem [] theItems = bot.tree().getAllItems();
 		
+		theItems[0].getNode("resources.jar").expand();
+		theItems[0].getNode("resources.jar").getNode("META-INF").expand();		
+		theItems[0].getNode("resources.jar").getNode("META-INF").getNode("MANIFEST.MF").select();
+		bot.button("&Finish").click();
+		
 		editor.save();
 	}
 	



More information about the jbosstools-commits mailing list