[jbossts-issues] [JBoss JIRA] (JBTM-1080) XTS Interop tests should use Shrinkwrap to create the interop11.war

Paul Robinson (JIRA) jira-events at lists.jboss.org
Wed Mar 28 14:21:47 EDT 2012


Paul Robinson created JBTM-1080:
-----------------------------------

             Summary: XTS Interop tests should use Shrinkwrap to create the interop11.war
                 Key: JBTM-1080
                 URL: https://issues.jboss.org/browse/JBTM-1080
             Project: JBoss Transaction Manager
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: XTS
    Affects Versions: 5.0.0.M1
            Reporter: Paul Robinson
            Assignee: Paul Robinson
             Fix For: 5.0.0.Final


Currently we need to package the XTS test artifacts before the tests can be ran:

{code}
./build.sh -f XTS/localjunit/WSTX11-interop/pom.xml install
./build.sh -f XTS/localjunit/WSTX11-interop/pom.xml test -Parq
{code}

This is because the maven built interop11.war is deployed as part of the Arquillian tests:

https://github.com/jbosstm/narayana/blob/master/XTS/localjunit/WSTX11-interop/src/test/java/com/jboss/transaction/txinterop/interop/WarDeployment.java

If Shrinkwrap was used to create the interop11.war artifact, we could simpley call the following line to run the tests:

{code}
mvn test -p arq
{code}

This is also a pre-requisit for having the tests run as part of a top level "mvn test".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list