Author: snjeza
Date: 2011-01-18 14:01:41 -0500 (Tue, 18 Jan 2011)
New Revision: 28371
Modified:
trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
Log:
JBIDE-7989 Maven bot test plugin has no runnable tests
Modified: trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
===================================================================
--- trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2011-01-18 18:20:46 UTC
(rev 28370)
+++ trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2011-01-18 19:01:41 UTC
(rev 28371)
@@ -10,6 +10,10 @@
<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.1.1.GA</systemProperties>
+ </properties>
<build>
<plugins>
<plugin>
@@ -18,6 +22,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>
Show replies by date