Author: lzoubek(a)redhat.com
Date: 2010-10-04 05:09:38 -0400 (Mon, 04 Oct 2010)
New Revision: 25441
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java
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/gen/ActionItem.java
Log:
bot ext:minor changes
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java 2010-10-04
08:56:13 UTC (rev 25440)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java 2010-10-04
09:09:38 UTC (rev 25441)
@@ -64,7 +64,7 @@
log
.info("Loading exeternaly configuration file '"
+ propFile + "'");
- multiProperties.put(SWTBOT_TEST_PROPERTIES_FILE, propFile);
+ multiProperties.put("Default", propFile);
}
else {
throw new IOException(SWTBOT_TEST_PROPERTIES_FILE + " "
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 2010-10-04
08:56:13 UTC (rev 25440)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddServer.java 2010-10-04
09:09:38 UTC (rev 25441)
@@ -97,6 +97,10 @@
return new
ServerInfo(JBossEnterpriseMiddlewareJBossEnterpriseApplicationPlatform50Runtime.LABEL,
JBossEnterpriseMiddlewareJBossEnterpriseApplicationPlatform50.LABEL);
}
+ if ("5.1".equals(version)) {
+ return new
ServerInfo(JBossEnterpriseMiddlewareJBossEnterpriseApplicationPlatform50Runtime.LABEL,
+ JBossEnterpriseMiddlewareJBossEnterpriseApplicationPlatform50.LABEL);
+ }
}
if (TestConfigurator.Values.SERVER_TYPE_EPP.equals(serverType)) {
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2010-10-04
08:56:13 UTC (rev 25440)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2010-10-04
09:09:38 UTC (rev 25441)
@@ -4370,15 +4370,15 @@
/**
* text field labeled 'Folder*'
*/
- public static final String TEXT_FOLDER = "Folder*";
+ public static final String TEXT_FOLDER = "Folder:*";
/**
* text field labeled 'Version*'
*/
- public static final String TEXT_VERSION = "Version*";
+ public static final String TEXT_VERSION = "Version:*";
/**
* text field labeled 'Name*'
*/
- public static final String TEXT_NAME = "Name*";
+ public static final String TEXT_NAME = "Name:*";
}
public static class EJBEJB3MessageDrivenBean {
/**
Show replies by date