You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/02/13 05:09:42 UTC

svn commit: r506849 - /tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java

Author: andyhot
Date: Mon Feb 12 20:09:41 2007
New Revision: 506849

URL: http://svn.apache.org/viewvc?view=rev&rev=506849
Log:
Enable some tests for MultipleFormSupport

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java?view=diff&rev=506849&r1=506848&r2=506849
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/form/FormSupportTest.java Mon Feb 12 20:09:41 2007
@@ -297,7 +297,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Complex_Submit_Event_Handler(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -372,7 +372,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Encoding_Type(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -442,7 +442,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Field_Prerender_Twice()
     {
         IFormComponent field = newField();
@@ -500,7 +500,7 @@
 
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Hidden_Values(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -583,7 +583,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Invalid_Encoding_Type(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -763,7 +763,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Reset_Event_Handler(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -1128,7 +1128,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Simple_Render_With_Deferred_Runnable(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();
@@ -1384,7 +1384,7 @@
         verify();
     }
 
-    @Test(dataProvider = "mainSupport")
+    @Test(dataProvider = "allSupports")
     public void test_Simple_Submit_Event_Handler(FormSupportFactory factory)
     {
         IMarkupWriter writer = newWriter();