Author: ppitonak(a)redhat.com
Date: 2009-09-17 09:53:05 -0400 (Thu, 17 Sep 2009)
New Revision: 15610
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/mac/testng.xml
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/windows/testng.xml
Log:
* testng.xml for windows and mac synchronized with unix version
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/mac/testng.xml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/mac/testng.xml 2009-09-17
13:52:57 UTC (rev 15609)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/mac/testng.xml 2009-09-17
13:53:05 UTC (rev 15610)
@@ -167,22 +167,27 @@
name="org.jboss.richfaces.integrationTest.dataTable.DataTableTestCase"
/>
</classes>
</test>
-
- <test
- name="org.jboss.richfaces.integrationTest.dataTable.TableFilteringTestCase">
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.EditTableWithModalPanelTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.dataTable.TableFilteringTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.dataTable.EditTableWithModalPanelTestCase"
/>
</classes>
</test>
-
- <test
- name="org.jboss.richfaces.integrationTest.dataTable.TableSortingTestCase">
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.ExtendedDataModelTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.dataTable.TableSortingTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.dataTable.ExtendedDataModelTestCase"
/>
</classes>
</test>
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.ModifiableDataModelTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.dataTable.ModifiableDataModelTestCase"
/>
+ </classes>
+ </test>
<test
name="org.jboss.richfaces.integrationTest.dragSupport.DragSupportTestCase">
@@ -216,12 +221,44 @@
</test>
<test
- name="org.jboss.richfaces.integrationTest.extendedDataTable.ExtendedDataTableTestCase">
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.DraggingTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.extendedDataTable.ExtendedDataTableTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.DraggingTestCase"
/>
</classes>
</test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.FilteringTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.FilteringTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.GroupingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.GroupingTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SelectingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SelectingTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SortingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SortingTestCase"
/>
+ </classes>
+ </test>
<test
name="org.jboss.richfaces.integrationTest.fileUpload.FileUploadTestCase">
@@ -470,7 +507,23 @@
name="org.jboss.richfaces.integrationTest.suggestionBox.SuggestionBoxTestCase"
/>
</classes>
</test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.tableFiltering.TableFilteringTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.tableFiltering.TableFilteringTestCase"
/>
+ </classes>
+ </test>
+ <test
+ name="org.jboss.richfaces.integrationTest.tableSorting.TableSortingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.tableSorting.TableSortingTestCase"
/>
+ </classes>
+ </test>
+
<test
name="org.jboss.richfaces.integrationTest.tabPanel.TabPanelTestCase">
<classes>
<class
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/windows/testng.xml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/windows/testng.xml 2009-09-17
13:52:57 UTC (rev 15609)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/profiles/windows/testng.xml 2009-09-17
13:53:05 UTC (rev 15610)
@@ -167,22 +167,27 @@
name="org.jboss.richfaces.integrationTest.dataTable.DataTableTestCase"
/>
</classes>
</test>
-
- <test
- name="org.jboss.richfaces.integrationTest.dataTable.TableFilteringTestCase">
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.EditTableWithModalPanelTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.dataTable.TableFilteringTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.dataTable.EditTableWithModalPanelTestCase"
/>
</classes>
</test>
-
- <test
- name="org.jboss.richfaces.integrationTest.dataTable.TableSortingTestCase">
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.ExtendedDataModelTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.dataTable.TableSortingTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.dataTable.ExtendedDataModelTestCase"
/>
</classes>
</test>
+
+ <test
name="org.jboss.richfaces.integrationTest.dataTable.ModifiableDataModelTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.dataTable.ModifiableDataModelTestCase"
/>
+ </classes>
+ </test>
<test
name="org.jboss.richfaces.integrationTest.dragSupport.DragSupportTestCase">
@@ -216,12 +221,44 @@
</test>
<test
- name="org.jboss.richfaces.integrationTest.extendedDataTable.ExtendedDataTableTestCase">
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.DraggingTestCase">
<classes>
<class
- name="org.jboss.richfaces.integrationTest.extendedDataTable.ExtendedDataTableTestCase"
/>
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.DraggingTestCase"
/>
</classes>
</test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.FilteringTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.FilteringTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.GroupingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.GroupingTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SelectingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SelectingTestCase"
/>
+ </classes>
+ </test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SortingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.extendedDataTable.SortingTestCase"
/>
+ </classes>
+ </test>
<test
name="org.jboss.richfaces.integrationTest.fileUpload.FileUploadTestCase">
@@ -470,7 +507,23 @@
name="org.jboss.richfaces.integrationTest.suggestionBox.SuggestionBoxTestCase"
/>
</classes>
</test>
+
+ <test
+ name="org.jboss.richfaces.integrationTest.tableFiltering.TableFilteringTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.tableFiltering.TableFilteringTestCase"
/>
+ </classes>
+ </test>
+ <test
+ name="org.jboss.richfaces.integrationTest.tableSorting.TableSortingTestCase">
+ <classes>
+ <class
+ name="org.jboss.richfaces.integrationTest.tableSorting.TableSortingTestCase"
/>
+ </classes>
+ </test>
+
<test
name="org.jboss.richfaces.integrationTest.tabPanel.TabPanelTestCase">
<classes>
<class
Show replies by date