Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2458 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 17, 2009
1 parent 2f1ba11 commit 8a1c597
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -3,6 +3,7 @@
import java.net.URL;
import java.util.Iterator;

import javax.inject.DefinitionException;
import javax.inject.Production;
import javax.inject.Standard;

Expand All @@ -11,9 +12,7 @@
import org.jboss.testharness.impl.packaging.Resource;
import org.jboss.testharness.impl.packaging.Resources;
import org.jboss.webbeans.ejb.EjbDescriptorCache;
import org.jboss.webbeans.mock.MockResourceLoader;
import org.jboss.webbeans.mock.MockXmlEnvironment;
import org.jboss.webbeans.resources.spi.ResourceLoader;
import org.jboss.webbeans.test.AbstractWebBeansTest;
import org.jboss.webbeans.xml.XmlEnvironment;
import org.jboss.webbeans.xml.XmlParser;
Expand Down Expand Up @@ -67,7 +66,7 @@ public void testUserDefinedDeploymentType()
/**
* Test case for WBRI-21.
*/
//@Test(expectedExceptions=DeploymentException.class, description="WBRI-21")
@Test(expectedExceptions=DefinitionException.class, description="WBRI-21")
public void testDuplicateDeployElement()
{
Iterable<URL> urls = getResources("duplicate-deployments-beans.xml");
Expand Down

0 comments on commit 8a1c597

Please sign in to comment.