[seam-commits] Seam SVN: r15082 - 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
Fri Aug 24 07:59:50 EDT 2012


Author: maschmid
Date: 2012-08-24 07:59:50 -0400 (Fri, 24 Aug 2012)
New Revision: 15082

Modified:
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/BoundComponentConversationTest.java
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
   branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java
Log:
disable known test failures


Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/BoundComponentConversationTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/BoundComponentConversationTest.java	2012-08-24 11:34:37 UTC (rev 15081)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/BoundComponentConversationTest.java	2012-08-24 11:59:50 UTC (rev 15082)
@@ -64,7 +64,7 @@
                   "</html>"), "test.xhtml");
    }
    
-   @Ignore
+   @Ignore // JBSEAM-5020
    @Test
    public void testConversationRestoration() throws Exception
    {

Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java	2012-08-24 11:34:37 UTC (rev 15081)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java	2012-08-24 11:59:50 UTC (rev 15082)
@@ -17,6 +17,7 @@
 import org.jboss.shrinkwrap.api.Archive;
 import org.jboss.shrinkwrap.api.asset.Asset;
 import org.jboss.shrinkwrap.api.asset.StringAsset;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -85,6 +86,7 @@
       assertTrue(page.getBody().getTextContent().contains("Hello, xyzzy"));
    }
    
+   @Ignore // JBSEAM-5002
    @Test
    public void testComponent2() throws Exception
    {

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-24 11:34:37 UTC (rev 15081)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/RestoreViewComponentAccessTest.java	2012-08-24 11:59:50 UTC (rev 15082)
@@ -21,6 +21,7 @@
 import org.jboss.seam.test.integration.Deployments;
 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;
 
@@ -82,8 +83,9 @@
       return war;
    }
    
+   @Ignore // JBSEAM-4976
    @Test
-   public void testJBSEAM4976() throws Exception {
+   public void testConversationWithValidator() throws Exception {
       HtmlPage page = client.getPage(contextPath + "test.seam");
       assertTrue(page.getBody().getTextContent().contains("Sequence: "));
       



More information about the seam-commits mailing list