Author: ljelinko
Date: 2012-01-09 11:07:16 -0500 (Mon, 09 Jan 2012)
New Revision: 37724
Modified:
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
Log:
Added features as dependencies. Narrowd the scope of performed tests to Java core
portlets.
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-01-09 16:06:16
UTC (rev 37723)
+++ trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml 2012-01-09 16:07:16
UTC (rev 37724)
@@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools.portlet.tests</groupId>
<artifactId>org.jboss.tools.portlet.ui.bot.test</artifactId>
-
+
<packaging>eclipse-test-plugin</packaging>
<properties>
@@ -26,11 +26,32 @@
<configuration>
<useUIThread>false</useUIThread>
<testSuite>org.jboss.tools.portlet.ui.bot.test</testSuite>
- <testClass>org.jboss.tools.portlet.ui.bot.test.AllTestsSuite</testClass>
+ <testClass>org.jboss.tools.portlet.ui.bot.test.core.JavaPortletTestSuite</testClass>
<skip>${swtbot.test.skip}</skip>
+ <dependencies combine.children="append">
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.jst.server_ui.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.tools.portlet.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.jst.enterprise_ui.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.jst.web_core.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ </dependencies>
</configuration>
</plugin>
</plugins>
</build>
-
</project>
Show replies by date