[seam-commits] Seam SVN: r15649 - branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jan 21 04:29:31 EST 2014


Author: maschmid
Date: 2014-01-21 04:29:30 -0500 (Tue, 21 Jan 2014)
New Revision: 15649

Modified:
   branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
Log:
enable PageScopedUIIncludeTest as WFK2-94 seems fixed on the Mojarra side


Modified: branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
===================================================================
--- branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java	2014-01-17 12:52:59 UTC (rev 15648)
+++ branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java	2014-01-21 09:29:30 UTC (rev 15649)
@@ -86,7 +86,6 @@
       assertTrue(page.getBody().getTextContent().contains("Hello, xyzzy"));
    }
    
-   @Ignore // JBSEAM-5002
    @Test
    public void testComponent2() throws Exception
    {



More information about the seam-commits mailing list