Author: alessio.soldano(a)jboss.com
Date: 2010-04-02 09:13:06 -0400 (Fri, 02 Apr 2010)
New Revision: 11932
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/JMSTransportTestCase.java
Log:
[JBWS-2983] Refactoring jms endpoint test archives
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml 2010-04-02
11:04:49 UTC (rev 11931)
+++
stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml 2010-04-02
13:13:06 UTC (rev 11932)
@@ -165,11 +165,13 @@
<include name="jboss-service.xml"/>
</metainf>
</jar>
- <jar
jarfile="${tests.output.dir}/test-libs/jaxws-samples-jmstransport-as6.sar">
- <fileset dir="${tests.output.dir}/test-libs">
- <include name="jaxws-samples-jmstransport.jar"/>
+ <jar
jarfile="${tests.output.dir}/test-libs/jaxws-samples-jmstransport-as6.jar">
+ <fileset dir="${tests.output.dir}/test-classes">
+ <include
name="org/jboss/test/ws/jaxws/samples/jmstransport/Organization.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/jmstransport/OrganizationJMSEndpoint.class"/>
</fileset>
<metainf
dir="${tests.output.dir}/test-resources/jaxws/samples/jmstransport/META-INF">
+ <include name="wsdl/*.wsdl"/>
<include name="hornetq-jms.xml"/>
</metainf>
</jar>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/JMSTransportTestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/JMSTransportTestCase.java 2010-04-02
11:04:49 UTC (rev 11931)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/jmstransport/JMSTransportTestCase.java 2010-04-02
13:13:06 UTC (rev 11932)
@@ -61,7 +61,7 @@
public static Test suite() throws Exception
{
//TODO: replace isHornetQAvailable call with JBossWSTestHelper.isTargetJBoss6()
once AS 6 M3 is out and hence M2 is not supported anymore
- return new JBossWSTestSetup(JMSTransportTestCase.class, isHornetQAvailable() ?
"jaxws-samples-jmstransport-as6.sar" :
"jaxws-samples-jmstransport.sar");
+ return new JBossWSTestSetup(JMSTransportTestCase.class, isHornetQAvailable() ?
"jaxws-samples-jmstransport-as6.jar" :
"jaxws-samples-jmstransport.sar");
}
private static boolean isHornetQAvailable()
Show replies by date