[richfaces-svn-commits] JBoss Rich Faces SVN: r12134 - trunk/test-applications/seleniumTest/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 6 10:58:26 EST 2009


Author: nbelaevski
Date: 2009-01-06 10:58:26 -0500 (Tue, 06 Jan 2009)
New Revision: 12134

Modified:
   trunk/test-applications/seleniumTest/richfaces/pom.xml
Log:
XML Report Disabled

Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-06 15:19:20 UTC (rev 12133)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-06 15:58:26 UTC (rev 12134)
@@ -110,14 +110,17 @@
 									src/test/testng/hudson/testng.xml
 								</suiteXmlFile>
 							</suiteXmlFiles>
+							<disableXmlReport>
+								true
+							</disableXmlReport>
 						    <properties>
-						        <property>
+						        <!--  property>
 						          <name>usedefaultlisteners</name>
-						          <value>false</value> <!-- disabling default listeners is optional -->
-						        </property>
+						          <value>false</value>
+						        </property -->
    						    	<property>
 						          	<name>listener</name>
-						          	<value>org.richfaces.TestAnnotationTransformer,org.uncommons.reportng.JUnitXMLReporter</value>
+						          	<value>org.richfaces.TestAnnotationTransformer</value>
 						    	</property>
 						    </properties>
 						</configuration>




More information about the richfaces-svn-commits mailing list