Author: jjankovi
Date: 2012-02-15 05:27:21 -0500 (Wed, 15 Feb 2012)
New Revision: 38743
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
added default profile into CDI bot tests' pom.xml
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-02-15 10:13:30 UTC (rev
38742)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-02-15 10:27:21 UTC (rev
38743)
@@ -12,8 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<!-- <systemProperties>-Xdebug
-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y
-Dswtbot.test.properties.file=${project.basedir}/properties/config_files/swtbot.properties</systemProperties>
-->
- <systemProperties>
-Dswtbot.test.properties.file=${project.basedir}/properties/config_files/swtbot.properties</systemProperties>
- <test.suite.class>org.jboss.tools.cdi.bot.test.CDIAllBotTests</test.suite.class>
+ <systemProperties>
-Dswtbot.test.properties.file=${project.basedir}/properties/config_files/swtbot.properties</systemProperties>
</properties>
<build>
@@ -55,6 +54,15 @@
<profiles>
<profile>
+ <activation>
+ <activeByDefault></activeByDefault>
+ </activation>
+ <id>all-bot-tests</id>
+ <properties>
+ <test.suite.class>org.jboss.tools.cdi.bot.test.CDIAllBotTests</test.suite.class>
+ </properties>
+ </profile>
+ <profile>
<id>smoke-bot-tests</id>
<properties>
<test.suite.class>org.jboss.tools.cdi.bot.test.CDISmokeBotTests</test.suite.class>
Show replies by date