Author: vpakan(a)redhat.com
Date: 2010-10-20 13:55:41 -0400 (Wed, 20 Oct 2010)
New Revision: 25951
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java
Log:
Reverting last commit
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java 2010-10-20
17:14:52 UTC (rev 25950)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java 2010-10-20
17:55:41 UTC (rev 25951)
@@ -48,6 +48,14 @@
*/
public static final ConfiguredState configuredState = new ConfiguredState();
+ public static Properties properties;
+ /**
+ * Get properties for tests
+ * @param key
+ */
+ public static String getProperty(String key) {
+ return util.getValue(properties,key);
+ }
static {
System.setProperty("org.eclipse.swtbot.playback.delay","10");
}
Show replies by date