Author: jim.ma
Date: 2012-11-14 03:21:17 -0500 (Wed, 14 Nov 2012)
New Revision: 16977
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml
Log:
[JBPAPP-9520]:exclude the test to check the tmp file delete
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-11-14
08:19:53 UTC (rev 16976)
+++ stack/native/branches/jbossws-native-3.1.2/modules/testsuite/pom.xml 2012-11-14
08:21:17 UTC (rev 16977)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.SP14</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -362,6 +362,9 @@
<!--# [JBWS-2217] Fix BPEL jaxrpc samples -->
<exclude>org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*</exclude>
+ <!--After JBPAPP-9520 we don't delete temporary file -->
+
<exclude>org/jboss/test/ws/jaxrpc/jbws1205/*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>
Show replies by date