Author: ldimaggio
Date: 2012-05-03 22:43:27 -0400 (Thu, 03 May 2012)
New Revision: 40778
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java
Log:
Uncommented test that had been blocked by JBDS-1886 - this bug is fixed with SOA-P 5.3
(ESB 4.11) and JBDS 5.0.beta3 and SOA tooling.
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 2012-05-04
02:34:01 UTC (rev 40777)
+++
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/CreateRuntimeFromESB.java 2012-05-04
02:43:27 UTC (rev 40778)
@@ -21,7 +21,7 @@
bot.sleep (3000l, "3 sleeping - " +
TestConfigurator.currentConfig.getEsb().runtimeHome + " " +
TestConfigurator.currentConfig.getEsb().version + " " +
bot.comboBox().selection().toString());
/* ldimaggi - Oct 2011 -
https://issues.jboss.org/browse/JBDS-1886 - this test fails
for ESB 4.10 */
- //assertTrue("JBDS-1886 - Version was not automatically selected by setting ESB
home
dir",bot.comboBox().selection().equals(TestConfigurator.currentConfig.getEsb().version));
+ assertTrue("JBDS-1886 - Version was not automatically selected by setting ESB home
dir",bot.comboBox().selection().equals(TestConfigurator.currentConfig.getEsb().version));
/* ldimaggi - Oct 2011 */
bot.text(0).setText("123_TheName");