Skip to content

Commit

Permalink
ARQ-238 Rename test with multiple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and aslakknutsen committed May 27, 2011
1 parent 7528193 commit d602b91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* @version $Revision: $ * @version $Revision: $
*/ */
@RunWith(Arquillian.class) @RunWith(Arquillian.class)
public class JBossASMIntegrationMultipleTargetTestCase public class JBossASIntegrationMultipleTargetTestCase
{ {
@Deployment(name = "dep1", order = 1) @Deployment(name = "dep1", order = 1)
@TargetsContainer("jboss-i1") @TargetsContainer("jboss-i1")
Expand All @@ -67,7 +67,7 @@ private static EnterpriseArchive createDeployment() throws Exception
.addAsModule( .addAsModule(
ShrinkWrap.create(JavaArchive.class, "test.jar") ShrinkWrap.create(JavaArchive.class, "test.jar")
.addClasses( .addClasses(
JBossASMIntegrationMultipleTargetTestCase.class, JBossASIntegrationMultipleTargetTestCase.class,
MyEjb.class, MyEjbBean.class) MyEjb.class, MyEjbBean.class)
) )
// we need to manually add the applications.xml file to the EAR // we need to manually add the applications.xml file to the EAR
Expand Down

0 comments on commit d602b91

Please sign in to comment.