Author: ldimaggio
Date: 2011-12-15 21:48:14 -0500 (Thu, 15 Dec 2011)
New Revision: 37386
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddServer.java
Log:
Added reference to SOA-P 5.2 to AddServer.java
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddServer.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddServer.java 2011-12-16
01:36:39 UTC (rev 37385)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddServer.java 2011-12-16
02:48:14 UTC (rev 37386)
@@ -72,12 +72,15 @@
if ("4.3".equals(TestConfigurator.currentConfig.getServer().version)) {
SWTTestExt.configuredState.getServer().bundledESBVersion="4.4";
}
- if ("5.0".equals(TestConfigurator.currentConfig.getServer().version)) {
+ else if ("5.0".equals(TestConfigurator.currentConfig.getServer().version))
{
SWTTestExt.configuredState.getServer().bundledESBVersion="4.7";
}
- if ("5.1".equals(TestConfigurator.currentConfig.getServer().version)) {
+ else if ("5.1".equals(TestConfigurator.currentConfig.getServer().version))
{
SWTTestExt.configuredState.getServer().bundledESBVersion="4.9";
}
+ else if ("5.2".equals(TestConfigurator.currentConfig.getServer().version))
{
+ SWTTestExt.configuredState.getServer().bundledESBVersion="4.10";
+ }
}
}
Show replies by date