[webbeans-commits] Webbeans SVN: r1124 - tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/integration/event.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jan 20 08:32:26 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-20 08:32:26 -0500 (Tue, 20 Jan 2009)
New Revision: 1124

Modified:
   tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/integration/event/EventTest.java
Log:
mark test broken

Modified: tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/integration/event/EventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/integration/event/EventTest.java	2009-01-20 13:29:47 UTC (rev 1123)
+++ tck/trunk/impl/src/main/java/org/jboss/webbeans/tck/integration/event/EventTest.java	2009-01-20 13:32:26 UTC (rev 1124)
@@ -73,7 +73,7 @@
    /**
     * 
     */
-   @Test(groups = { "events", "integration" })
+   @Test(groups = { "events", "integration" , "broken"})
    @SpecAssertion(section = "8.5.7")
    public void testEnterpriseBeanObserverMethodCalledWithCallerContext()
    {




More information about the weld-commits mailing list