[seam-commits] Seam SVN: r15076 - branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 23 12:24:06 EDT 2012


Author: maschmid
Date: 2012-08-23 12:24:06 -0400 (Thu, 23 Aug 2012)
New Revision: 15076

Modified:
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java
Log:
disable RestoreViewComponentAccessTest, it is broken


Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java	2012-08-23 15:57:07 UTC (rev 15075)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java	2012-08-23 16:24:06 UTC (rev 15076)
@@ -15,6 +15,7 @@
 import org.jboss.shrinkwrap.api.asset.Asset;
 import org.jboss.shrinkwrap.api.asset.StringAsset;
 import org.jboss.shrinkwrap.api.spec.WebArchive;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -118,21 +119,25 @@
    }
    
    @Test
+   @Ignore
    public void testPage() throws Exception {
       testBase("page");
    }
    
    @Test
+   @Ignore
    public void testConversation() throws Exception {
       testBase("conversation");
    }
    
    @Test
+   @Ignore
    public void testSession() throws Exception {
       testBase("session");
    }
    
    @Test
+   @Ignore
    public void testApplication() throws Exception {
       testBase("application");
    }



More information about the seam-commits mailing list