[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
Tue Apr 10 04:59:47 EDT 2012


     [ https://issues.jboss.org/browse/JBTM-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson reassigned JBTM-1080:
-----------------------------------

    Assignee: Amos Feng  (was: Paul Robinson)

    
> 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: Amos Feng
>             Fix For: 5.0.1.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