Author: ldimaggio
Date: 2012-05-31 00:01:29 -0400 (Thu, 31 May 2012)
New Revision: 41564
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:
Uncommented th etest that was failing due to - 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-05-31
03:46:58 UTC (rev 41563)
+++
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-05-31
04:01:29 UTC (rev 41564)
@@ -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();
}