Author: ljelinko
Date: 2012-02-09 04:51:39 -0500 (Thu, 09 Feb 2012)
New Revision: 38535
Modified:
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
Log:
Add the possibility to parametrize test class from outside
Modified: trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml 2012-02-09 09:49:51
UTC (rev 38534)
+++ trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml 2012-02-09 09:51:39
UTC (rev 38535)
@@ -17,6 +17,7 @@
<jbosstools.test.jboss-seam.home>${requirement.build.root}/jboss-seam-2.2.1.CR2</jbosstools.test.jboss-seam.home>
<!--TODO setup default path -->
<configurations.dir>resources/project_config_files</configurations.dir>
<systemProperties>-Djbosstools.test.jboss-gatein.home=${jbosstools.test.jboss-gatein.home}
-Djbosstools.test.jboss-seam.home=${jbosstools.test.jboss-seam.home}
-Dtest.configurations.dir=${configurations.dir}
-Dorg.eclipse.swtbot.screenshots.dir=${project.build.outputDirectory}/screenshots</systemProperties>
+ <test.class>org.jboss.tools.portlet.ui.bot.test.AllTestsSuite</test.class>
</properties>
<build>
@@ -27,7 +28,7 @@
<configuration>
<useUIThread>false</useUIThread>
<testSuite>org.jboss.tools.portlet.ui.bot.test</testSuite>
- <testClass>org.jboss.tools.portlet.ui.bot.test.AllTestsSuite</testClass>
+ <testClass>${test.class}</testClass>
<skip>${swtbot.test.skip}</skip>
<dependencies combine.children="append">
<dependency>
Show replies by date