Skip to content

Commit

Permalink
Enable lookup test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Oct 25, 2011
1 parent d262076 commit 33e03d1
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.runner.RunWith;

import javax.enterprise.inject.spi.BeanManager;

import static org.jboss.weld.environment.servlet.test.util.JettyDeployments.JETTY_ENV;

/**
Expand All @@ -41,14 +39,4 @@ public class LookupTest extends LookupTestBase {
public static WebArchive deployment() {
return LookupTestBase.deployment().addAsWebInfResource(JETTY_ENV, "jetty-env.xml");
}

@Override
public void testManagerInJndi(Mouse mouse, BeanManager beanManager) throws Exception {
// TODO -- fix me
}

@Override
public void testResource(Vole vole, BeanManager beanManager) throws Exception {
// TODO -- fix me
}
}

0 comments on commit 33e03d1

Please sign in to comment.