[weld-commits] Weld SVN: r5029 - core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/ejb.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Nov 13 11:00:33 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-13 11:00:33 -0500 (Fri, 13 Nov 2009)
New Revision: 5029

Modified:
   core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/ejb/EnterpriseBeanInterceptionTest.java
Log:
test fails incontainer

Modified: core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/ejb/EnterpriseBeanInterceptionTest.java
===================================================================
--- core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/ejb/EnterpriseBeanInterceptionTest.java	2009-11-13 15:59:33 UTC (rev 5028)
+++ core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/ejb/EnterpriseBeanInterceptionTest.java	2009-11-13 16:00:33 UTC (rev 5029)
@@ -24,8 +24,8 @@
 public class EnterpriseBeanInterceptionTest extends AbstractWeldTest
 {
 
-   @Test(groups = { "interceptors"})
-   public void testEnterpriseBeanInterceptionMetadataAdded() throws Exception
+   @Test(groups = { "interceptors", "incontainer-broken"})
+   public void ls() throws Exception
    {
       SessionBean<Ball> ballSessionBean = (SessionBean<Ball>)getCurrentManager().getBeans(Ball.class).iterator().next();
       InterceptorBindings interceptorBindings = new InterceptorBindingsAdapter(getCurrentManager().getCdiInterceptorsRegistry().getInterceptionModel(ballSessionBean.getType()));



More information about the weld-commits mailing list