[jbosstools-commits] JBoss Tools SVN: r41560 - trunk/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
Wed May 30 21:21:39 EDT 2012


Author: ldimaggio
Date: 2012-05-30 21:20:27 -0400 (Wed, 30 May 2012)
New Revision: 41560

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java
Log:
Uncomment the previously failing test as JBDS-2167 is resolved



Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java	2012-05-30 23:53:15 UTC (rev 41559)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java	2012-05-31 01:20:27 UTC (rev 41560)
@@ -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