Skip to content

Commit

Permalink
fix test for stuart's change
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 12, 2010
1 parent d11754a commit c2a9e80
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -33,7 +33,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.asset.ByteArrayAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.weld.extensions.resourceLoader.ResourceProvider;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -45,7 +44,6 @@ public static Archive<?> deploy()
{
JavaArchive a = ShrinkWrap.create(JavaArchive.class, "test.jar");
a.addPackage(ResourceLoaderTest.class.getPackage());
a.addPackage(ResourceProvider.class.getPackage());
a.addManifestResource(new ByteArrayAsset(new byte[0]), "beans.xml");
return a;
}
Expand Down

0 comments on commit c2a9e80

Please sign in to comment.