Author: jjankovi
Date: 2012-06-07 11:34:57 -0400 (Thu, 07 Jun 2012)
New Revision: 41773
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/editor/BeansEditor.java
Log:
fixing index number to correctly determine which tree should be used
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/editor/BeansEditor.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/editor/BeansEditor.java 2012-06-07
15:34:39 UTC (rev 41772)
+++
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/editor/BeansEditor.java 2012-06-07
15:34:57 UTC (rev 41773)
@@ -73,7 +73,7 @@
}
private BeansEditor modify(Item item, String name, String actionLabel, DialogHandler h)
{
- SWTBotTree tree = bot.tree(1);
+ SWTBotTree tree = bot.tree(2);
for (SWTBotTreeItem ti:tree.getAllItems()) {
log.setLevel(Level.FATAL);
log.fatal(ti.getText());
Show replies by date