[weld-commits] Weld SVN: r4163 - core/trunk/tests/src/test/java/org/jboss/weld/test/unit/interceptor/ejb.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Oct 16 16:54:03 EDT 2009


Author: marius.bogoevici
Date: 2009-10-16 16:54:02 -0400 (Fri, 16 Oct 2009)
New Revision: 4163

Modified:
   core/trunk/tests/src/test/java/org/jboss/weld/test/unit/interceptor/ejb/EnterpriseBeanInterceptionTest.java
Log:
forgotten change :(

Modified: core/trunk/tests/src/test/java/org/jboss/weld/test/unit/interceptor/ejb/EnterpriseBeanInterceptionTest.java
===================================================================
--- core/trunk/tests/src/test/java/org/jboss/weld/test/unit/interceptor/ejb/EnterpriseBeanInterceptionTest.java	2009-10-16 20:36:42 UTC (rev 4162)
+++ core/trunk/tests/src/test/java/org/jboss/weld/test/unit/interceptor/ejb/EnterpriseBeanInterceptionTest.java	2009-10-16 20:54:02 UTC (rev 4163)
@@ -28,7 +28,7 @@
    public void testEnterpriseBeanInterceptionMetadataAdded() throws Exception
    {
       SessionBean<Ball> ballSessionBean = (SessionBean<Ball>)getCurrentManager().getBeans(Ball.class).iterator().next();
-      InterceptorBindings interceptorBindings = new InterceptorBindingsAdapter(getCurrentManager().getBoundInterceptorsRegistry().getInterceptionModel(ballSessionBean.getType()));
+      InterceptorBindings interceptorBindings = new InterceptorBindingsAdapter(getCurrentManager().getCdiInterceptorsRegistry().getInterceptionModel(ballSessionBean.getType()));
       List<javax.enterprise.inject.spi.Interceptor> interceptors =
             new ArrayList<javax.enterprise.inject.spi.Interceptor>(interceptorBindings.getAllInterceptors());
 



More information about the weld-commits mailing list