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
{
Show replies by date