Author: snjeza
Date: 2011-03-02 04:03:08 -0500 (Wed, 02 Mar 2011)
New Revision: 29440
Added:
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
Modified:
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
Log:
JBIDE-7989 Maven bot test plugin has no runnable tests
Modified: branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
===================================================================
---
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2011-03-02
08:34:19 UTC (rev 29439)
+++
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2011-03-02
09:03:08 UTC (rev 29440)
@@ -10,6 +10,9 @@
<artifactId>org.jboss.tools.maven.ui.bot.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <systemProperties>-Djbosstools.test.jboss.home.5.1=${requirement.build.root}/jboss-5.1.0.GA
-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.0.GA</systemProperties>
+ </properties>
<build>
<plugins>
<plugin>
@@ -18,6 +21,9 @@
<version>${tychoVersion}</version>
<configuration>
<useUIThread>false</useUIThread>
+ <useUIHarness>true</useUIHarness>
+ <testSuite>org.jboss.tools.maven.ui.bot.test</testSuite>
+
<testClass>org.jboss.tools.maven.ui.bot.test.MavenAllBotTests</testClass>
</configuration>
</plugin>
</plugins>
Added:
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
===================================================================
---
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties
(rev 0)
+++
branches/jbosstools-3.2.x/maven/tests/org.jboss.tools.maven.ui.bot.test/requirements.properties 2011-03-02
09:03:08 UTC (rev 29440)
@@ -0,0 +1 @@
+requirements=jbossas-5.1.0.GA,seam-2.2.0.GA
\ No newline at end of file
Show replies by date