Author: veithen
Date: Wed Sep 19 07:16:21 2012
New Revision: 1387469

URL: http://svn.apache.org/viewvc?rev=1387469&view=rev
Log:
AXIS-2875: Disabled the ComplexEchoServiceTestCase because it fails on Java 1.6 
(as described in AXIS-2876).

Modified:
    axis/axis1/java/trunk/integration/pom.xml

Modified: axis/axis1/java/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1387469&r1=1387468&r2=1387469&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Wed Sep 19 07:16:21 2012
@@ -1272,6 +1272,8 @@
                                 <exclude>test/wsdl/dataset/**</exclude>
                                 <!-- TODO: this causes problems in subsequent 
tests because auto types modify a shared TypeMapping -->
                                 
<exclude>test/functional/TestAutoTypes.java</exclude>
+                                <!-- TODO: fails on Java 1.6 because of 
AXIS-2876 -->
+                                
<exclude>test/wsdl/echo/ComplexEchoServiceTestCase.java</exclude>
                                 <!-- These are not test cases -->
                                 
<exclude>test/wsdl/date/TestdateSoapBinding*</exclude>
                                 
<exclude>test/wsdl/inout/TestFailed.java</exclude>


Reply via email to