[richfaces-svn-commits] JBoss Rich Faces SVN: r12139 - in trunk/test-applications/seleniumTest/richfaces: src/test/testng/hudson and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 6 11:57:40 EST 2009


Author: nbelaevski
Date: 2009-01-06 11:57:39 -0500 (Tue, 06 Jan 2009)
New Revision: 12139

Modified:
   trunk/test-applications/seleniumTest/richfaces/pom.xml
   trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml
Log:
ReportNG reporter added

Modified: trunk/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-06 16:53:19 UTC (rev 12138)
+++ trunk/test-applications/seleniumTest/richfaces/pom.xml	2009-01-06 16:57:39 UTC (rev 12139)
@@ -120,7 +120,7 @@
 						        </property -->
    						    	<property>
 						          	<name>listener</name>
-						          	<value>org.richfaces.TestAnnotationTransformer</value>
+						          	<value>org.richfaces.TestAnnotationTransformer,org.uncommons.reportng.JUnitXMLReporter</value>
 						    	</property>
 						    </properties>
 						</configuration>

Modified: trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml	2009-01-06 16:53:19 UTC (rev 12138)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/testng/hudson/testng.xml	2009-01-06 16:57:39 UTC (rev 12139)
@@ -81,7 +81,7 @@
    	<class name="org.richfaces.testng.DataScrollerTest" />
    </classes>
   </test-->
-  <test name="default_default_neko">
+  <!-- test name="default_default_neko">
     <parameter name="browser" value="*firefox"/>
     <parameter name="loadStyleStrategy" value="DEFAULT"/>
    <parameter name="loadScriptStrategy" value="DEFAULT"/>
@@ -98,7 +98,7 @@
    <classes>
    	<class name="org.richfaces.testng.DataScrollerTest" />
    </classes>
-  </test>
+  </test -->
   <test name="default_default_tidy">
    <parameter name="loadStyleStrategy" value="DEFAULT"/>
    <parameter name="loadScriptStrategy" value="DEFAULT"/>




More information about the richfaces-svn-commits mailing list