[jbosstools-commits] JBoss Tools SVN: r41658 - 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
Sat Jun 2 23:04:20 EDT 2012
Author: ldimaggio
Date: 2012-06-02 23:04:17 -0400 (Sat, 02 Jun 2012)
New Revision: 41658
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:
The test for https://issues.jboss.org/browse/JBDS-2167 is still failing
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-02 14:34:26 UTC (rev 41657)
+++ 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-03 03:04:17 UTC (rev 41658)
@@ -103,14 +103,14 @@
/* Comment out due to - https://issues.jboss.org/browse/JBDS-2167 */
- bot.button("&Add...").click();
- SWTBotTreeItem [] theItems = bot.tree().getAllItems();
+// 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();
- 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