Skip to content

Commit

Permalink
WELD-1702 Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jul 4, 2014
1 parent 764d8a8 commit f41a754
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public abstract class InjectableReferenceOptimizationTestBase {
@Deployment
public static Archive<?> createTestArchive() {
return ShrinkWrap.create(BeanArchive.class).addClasses(InjectableReferenceOptimizationTestBase.class, Utils.class, Alpha.class, Bravo.class, Charlie.class,
Delta.class, Echo.class, Foxtrot.class, Golf.class, Hotel.class, India.class, Custom.class, CustomScoped.class, CustomScopeExtension.class).addAsServiceProvider(Extension.class, CustomScopeExtension.class);
Delta.class, Echo.class, Foxtrot.class, Golf.class, Hotel.class, India.class, Custom.class, CustomScoped.class, CustomContext.class, CustomScopeExtension.class).addAsServiceProvider(Extension.class, CustomScopeExtension.class);
}

protected void assertIsProxy(Object beanInstance) {
Expand Down

0 comments on commit f41a754

Please sign in to comment.