Author: dgolovin
Date: 2010-06-01 15:48:35 -0400 (Tue, 01 Jun 2010)
New Revision: 22467
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- swtbot tests should be disabled because of they require all plugins to be installed,
which is not true for tycho test execution environment
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-06-01 19:39:42 UTC (rev
22466)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-06-01 19:48:35 UTC (rev
22467)
@@ -10,5 +10,17 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.vpe.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <useUIThread>false</useUIThread>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>