Author: prabhat.jha(a)jboss.com
Date: 2009-09-22 10:16:10 -0400 (Tue, 22 Sep 2009)
New Revision: 15655
Modified:
branches/community/3.3.X/test-applications/seleniumTest/richfaces/pom.xml
Log:
use parameterized suiteXml for testng
Modified: branches/community/3.3.X/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/seleniumTest/richfaces/pom.xml 2009-09-22
09:52:09 UTC (rev 15654)
+++ branches/community/3.3.X/test-applications/seleniumTest/richfaces/pom.xml 2009-09-22
14:16:10 UTC (rev 15655)
@@ -109,9 +109,7 @@
<!-- Skip the normal tests, we'll run them in the integration-test phase
-->
<skip>true</skip>
<suiteXmlFiles>
- <suiteXmlFile>
- src/test/testng/hudson/testng.xml
- </suiteXmlFile>
+ <suiteXmlFile>${suiteXmlFile}</suiteXmlFile>
<!--
<suiteXmlFile>
src/test/testng/hudson/testng-failures.xml
@@ -189,4 +187,4 @@
<
url>http://snapshots.jboss.org/maven2</url>
</repository>
</repositories>
-</project>
\ No newline at end of file
+</project>