[jbossws-commits] JBossWS SVN: r16534 - stack/native/branches/jbossws-native-3.1.2/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 25 09:21:13 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-07-25 09:21:12 -0400 (Wed, 25 Jul 2012)
New Revision: 16534

Modified:
   stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml
Log:
excluding JMS tests - not supported on EAP 51x

Modified: stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml	2012-07-25 11:37:52 UTC (rev 16533)
+++ stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml	2012-07-25 13:21:12 UTC (rev 16534)
@@ -361,6 +361,11 @@
 
                 <!--# [JBWS-2217] Fix BPEL jaxrpc samples -->
                 <exclude>org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*</exclude>
+
+                <!--# JMS not supported in EAP51x -->
+                <exclude>org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.*</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/jmstransport/JMSTransportTestCase.*</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/dar/JMSClientTestCase.*</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list