Author: dgolovin
Date: 2010-06-04 16:18:49 -0400 (Fri, 04 Jun 2010)
New Revision: 22572
Modified:
trunk/jsf/tests/test-pom.xml
trunk/parent-pom.xml
Log:
fake tests.product used to run jsf tests
Modified: trunk/jsf/tests/test-pom.xml
===================================================================
--- trunk/jsf/tests/test-pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
+++ trunk/jsf/tests/test-pom.xml 2010-06-04 20:18:49 UTC (rev 22572)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <product>org.jboss.tools.tests</product>
<!-- argLine>-Xdebug
-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</argLine-->
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 20:17:21 UTC (rev 22571)
+++ trunk/parent-pom.xml 2010-06-04 20:18:49 UTC (rev 22572)
@@ -93,7 +93,6 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <appArgLine>-plugincustomization
${basedir}/build/plugin_customization.ini</appArgLine>
<argLine>${memoryOptions}</argLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->