[webbeans-commits] Webbeans SVN: r90 - ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Aug 10 11:12:22 EDT 2008


Author: pete.muir at 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");
    }




More information about the weld-commits mailing list