Author: lzoubek(a)redhat.com
Date: 2011-08-01 08:21:06 -0400 (Mon, 01 Aug 2011)
New Revision: 33410
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java
Log:
reflect botext changes
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java
===================================================================
---
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java 2011-08-01
12:20:17 UTC (rev 33409)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java 2011-08-01
12:21:06 UTC (rev 33410)
@@ -16,7 +16,7 @@
wiz.button("Add").click();
bot.shell(IDELabel.Shell.NEW_ESB_RUNTIME).activate();
assertFalse("Finish button must not be enabled when no home dir is
defined",bot.button(IDELabel.Button.FINISH).isEnabled());
- bot.text(1).setText(TestConfigurator.currentConfig.getEsb().esbHome);
+ bot.text(1).setText(TestConfigurator.currentConfig.getEsb().runtimeHome);
assertTrue("Version was not automaticly selected by setting ESB home
dir",bot.comboBox().selection().equals(TestConfigurator.currentConfig.getEsb().version));
bot.text(0).setText("runtime");
String name = bot.text(0).getText();
Show replies by date