Author: pete.muir(a)jboss.org
Date: 2008-08-10 11:12:21 -0400 (Sun, 10 Aug 2008)
New Revision: 90
Modified:
ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/DeploymentStrategyTest.java
Log:
oops
Modified:
ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/DeploymentStrategyTest.java
===================================================================
---
ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/DeploymentStrategyTest.java 2008-08-10
15:09:58 UTC (rev 89)
+++
ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/DeploymentStrategyTest.java 2008-08-10
15:12:21 UTC (rev 90)
@@ -2,8 +2,6 @@
import java.net.URL;
-import javax.webbeans.Container;
-
import org.jboss.webbeans.ContainerImpl;
import org.jboss.webbeans.deployment.DeploymentStrategy;
import org.jboss.webbeans.scannotation.ClasspathUrlFinder;
@@ -16,7 +14,7 @@
public void testDeploymentStrategy()
{
URL[] urls = {ClasspathUrlFinder.findClassBase(DeploymentStrategyTest.class)};
- Container container = new ContainerImpl(null);
+ ContainerImpl container = new ContainerImpl(null);
DeploymentStrategy deploymentStrategy = new
DeploymentStrategy(Thread.currentThread().getContextClassLoader(), container);
deploymentStrategy.scan(urls,
"org.jboss.webbeans.test.annotations.broken",
"org.jboss.webbeans.test.bindings.broken",
"org.jboss.webbeans.test.components.broken");
}
Show replies by date