[richfaces-svn-commits] JBoss Rich Faces SVN: r15942 - in branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources: org/jboss/richfaces/integrationTest/extendedDataTable and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Nov 20 06:52:39 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-20 06:52:39 -0500 (Fri, 20 Nov 2009)
New Revision: 15942

Modified:
   branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/extendedDataTable/locators.properties
   branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
Log:
ExtendedDataTable: FilteringTestCase fails with exception for duplicate component ID
https://jira.jboss.org/jira/browse/RF-8031

Modified: branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/extendedDataTable/locators.properties
===================================================================
--- branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/extendedDataTable/locators.properties	2009-11-20 11:49:53 UTC (rev 15941)
+++ branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/extendedDataTable/locators.properties	2009-11-20 11:52:39 UTC (rev 15942)
@@ -1,9 +1,9 @@
-TH_STATE=//*[contains(@class,'extdt-sortable-header') and text()\='State Name']
-TH_CAPITAL=//*[contains(@class,'extdt-sortable-header') and text()\='State Capital']
-TH_TIME_ZONE=//*[contains(@class,'extdt-sortable-header') and text()\='Time Zone']
-TH_FLAG=//*[contains(@class,'extdt-sortable-header') and text()\='Flag']
+TH_STATE=//*[contains(@id,'state_name')]
+TH_CAPITAL=//*[contains(@id,'state_capital')]
+TH_TIME_ZONE=//*[contains(@id,'time_zone')]
+TH_FLAG=//*[contains(@id,'flag')]
 TD_PREFORMATTED=//*[contains(@class,'extdt-maindiv')]//*[contains(@class,'rich-extdt-firstrow')]{0,choice,0\#|1\#[{0}]}/*[contains(@class,'rich-extdt-cell')]{1,choice,0\#|1\#[{1}]}
 TABLE_EXTENDED=//*[contains(@class,'extdt-maindiv')]
-TH_RELATIVE={0}/../../..
+TH_RELATIVE={0}/../../../..
 INPUT_COLUMN_FILTER=//*[contains(@class,'extdt-maindiv')]//*[contains(@class,'extdt-table-filterrow')]//*[contains(@class,'rich-extdt-subheadercell')][{0}]//*[@type\='text']
 DIV_SPLASH_SCREEN=//*[@class\='extdt-ss-vsbl']
\ No newline at end of file

Modified: branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/testng.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/testng.xml	2009-11-20 11:49:53 UTC (rev 15941)
+++ branches/sandbox/3.3.X_JSF2/samples/richfaces-demo/functional-test/src/test/resources/testng.xml	2009-11-20 11:52:39 UTC (rev 15942)
@@ -1,7 +1,7 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
 <suite name="seleniumTest">
 
-<!--	<test
+	<test
 		name="org.jboss.richfaces.integrationTest.actionParameter.ActionParameterTestCase">
 		<classes>
 			<class
@@ -226,7 +226,7 @@
 			<class
 				name="org.jboss.richfaces.integrationTest.extendedDataTable.DraggingTestCase" />
 		</classes>
-	</test>-->
+	</test>
 	
 	<test name="org.jboss.richfaces.integrationTest.extendedDataTable.FilteringTestCase">
 		<classes>
@@ -234,7 +234,6 @@
 		</classes>
 	</test>
 	
-<!--
 	<test
 		name="org.jboss.richfaces.integrationTest.extendedDataTable.GroupingTestCase">
 		<classes>
@@ -506,7 +505,6 @@
 				name="org.jboss.richfaces.integrationTest.suggestionBox.SuggestionBoxTestCase" />
 		</classes>
 	</test>
--->
 
 	<test
 		name="org.jboss.richfaces.integrationTest.tableFiltering.TableFilteringTestCase">
@@ -516,7 +514,6 @@
 		</classes>
 	</test>
 
-<!--
 	<test
 		name="org.jboss.richfaces.integrationTest.tableSorting.TableSortingTestCase">
 		<classes>
@@ -573,7 +570,6 @@
 			<class name="org.jboss.richfaces.integrationTest.tree.TreeTestCase" />
 		</classes>
 	</test>
--->
 
 </suite>
 



More information about the richfaces-svn-commits mailing list