[richfaces-svn-commits] JBoss Rich Faces SVN: r15837 - in branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test: resources and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Nov 5 08:42:18 EST 2009


Author: ppitonak at redhat.com
Date: 2009-11-05 08:42:18 -0500 (Thu, 05 Nov 2009)
New Revision: 15837

Modified:
   branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/status/StatusTestCase.java
   branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
Log:
* Test cases for media output, paint 2D and status disabled in testng.xml.

Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/status/StatusTestCase.java
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/status/StatusTestCase.java	2009-11-05 10:58:17 UTC (rev 15836)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/status/StatusTestCase.java	2009-11-05 13:42:18 UTC (rev 15837)
@@ -61,7 +61,7 @@
 	 */
 	// TODO investigate JavaScript injecting to fix this, see
 	// https://jira.jboss.org/jira/browse/JBQA-2606
-	// @Test
+	@Test
 	public void testTextStatus() {
 		doStatusTesting(1);
 	}
@@ -77,7 +77,7 @@
 	 */
 	// TODO investigate JavaScript injecting to fix this, see
 	// https://jira.jboss.org/jira/browse/JBQA-2606
-	// @Test
+	@Test
 	public void testImageStatus() {
 		doStatusTesting(2);
 	}
@@ -135,7 +135,7 @@
 	 */
 	// TODO investigate JavaScript injecting to fix testInputsStatus, see
 	// https://jira.jboss.org/jira/browse/JBQA-2606
-	// @Test
+	@Test
 	public void testInputsStatus() {
 		scrollIntoView(format(LOC_FIELDSET_PAGE_PART_PREFORMATTED, 3), true);
 

Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/resources/testng.xml	2009-11-05 10:58:17 UTC (rev 15836)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/resources/testng.xml	2009-11-05 13:42:18 UTC (rev 15837)
@@ -343,13 +343,13 @@
 		</classes>
 	</test>
 
-	<test
-		name="org.jboss.richfaces.integrationTest.mediaOutput.MediaOutputTestCase">
-		<classes>
-			<class
-				name="org.jboss.richfaces.integrationTest.mediaOutput.MediaOutputTestCase" />
-		</classes>
-	</test>
+<!--	<test-->
+<!--		name="org.jboss.richfaces.integrationTest.mediaOutput.MediaOutputTestCase">-->
+<!--		<classes>-->
+<!--			<class-->
+<!--				name="org.jboss.richfaces.integrationTest.mediaOutput.MediaOutputTestCase" />-->
+<!--		</classes>-->
+<!--	</test>-->
 
 	<test
 		name="org.jboss.richfaces.integrationTest.modalPanel.ModalPanelTestCase">
@@ -375,11 +375,11 @@
 		</classes>
 	</test>
 
-	<test name="org.jboss.richfaces.integrationTest.paint2d.Paint2DTestCase">
-		<classes>
-			<class name="org.jboss.richfaces.integrationTest.paint2d.Paint2DTestCase" />
-		</classes>
-	</test>
+<!--	<test name="org.jboss.richfaces.integrationTest.paint2d.Paint2DTestCase">-->
+<!--		<classes>-->
+<!--			<class name="org.jboss.richfaces.integrationTest.paint2d.Paint2DTestCase" />-->
+<!--		</classes>-->
+<!--	</test>-->
 
 	<test
 		name="org.jboss.richfaces.integrationTest.panel.PanelCustomizationTestCase">
@@ -488,11 +488,11 @@
 		</classes>
 	</test>
 
-	<test name="org.jboss.richfaces.integrationTest.status.StatusTestCase">
-		<classes>
-			<class name="org.jboss.richfaces.integrationTest.status.StatusTestCase" />
-		</classes>
-	</test>
+<!--	<test name="org.jboss.richfaces.integrationTest.status.StatusTestCase">-->
+<!--		<classes>-->
+<!--			<class name="org.jboss.richfaces.integrationTest.status.StatusTestCase" />-->
+<!--		</classes>-->
+<!--	</test>-->
 
 	<test name="org.jboss.richfaces.integrationTest.style.StyleTestCase">
 		<classes>



More information about the richfaces-svn-commits mailing list