Author: ljelinko
Date: 2011-12-09 10:45:01 -0500 (Fri, 09 Dec 2011)
New Revision: 37173
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddSeam.java
Log:
changed checkFulfilled() method so that more than one seam version per run is supported
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddSeam.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddSeam.java 2011-12-09
15:44:10 UTC (rev 37172)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/AddSeam.java 2011-12-09
15:45:01 UTC (rev 37173)
@@ -7,7 +7,8 @@
@Override
public boolean checkFulfilled() {
- return SWTTestExt.configuredState.getSeam().isConfiured;
+ return SWTTestExt.configuredState.getSeam().isConfiured
+ &&
SWTTestExt.configuredState.getSeam().version.equals(TestConfigurator.currentConfig.getSeam().version);
}
@Override
Show replies by date