[jbosstools-commits] JBoss Tools SVN: r36087 - 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
Mon Oct 31 09:06:47 EDT 2011
Author: lzoubek at redhat.com
Date: 2011-10-31 09:06:47 -0400 (Mon, 31 Oct 2011)
New Revision: 36087
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java
Log:
esb bottest: fix dummy failure
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 2011-10-31 12:35:38 UTC (rev 36086)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/editor/action/Notifier.java 2011-10-31 13:06:47 UTC (rev 36087)
@@ -46,7 +46,8 @@
addSQL(editor, xpath, notifiersPath);
addNotifier(editor, new ESBObjectDummy("Notify TCP", "NotifyTCP"), xpath, notifiersPath);
addNotifier(editor, new ESBObjectDummy("Notify Topics", "NotifyTopics"), xpath, notifiersPath);
- fail("OK");
+ // FIXME full coverage of notifiers
+ //fail("OK");
}
private void addTarget(SWTBotEditor editor,String xpath,String... path) {
More information about the jbosstools-commits
mailing list