[webbeans-commits] Webbeans SVN: r1166 - tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 22 08:01:09 EST 2009


Author: dallen6
Date: 2009-01-22 08:01:09 -0500 (Thu, 22 Jan 2009)
New Revision: 1166

Modified:
   tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java
Log:
Marked dependent context test broken for now.

Modified: tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java	2009-01-22 12:55:55 UTC (rev 1165)
+++ tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/unit/context/dependent/DependentContextTest.java	2009-01-22 13:01:09 UTC (rev 1166)
@@ -43,7 +43,7 @@
     * Any instance of the (@Dependent-scoped) Web Bean that is used to evaluate a Unified EL
     * expression exists to service that evaluation only.
     */
-   @Test(groups = { "contexts", "el" })
+   @Test(groups = { "contexts", "el", "broken" })
    @SpecAssertion(section = "9.3")
    public void testInstanceUsedForElEvaluationNotShared() throws Exception
    {     




More information about the weld-commits mailing list