gdaniels 2003/07/02 07:15:58
Modified: java/test build_functional_tests.xml
Log:
Pull test against WhiteMesa SOAP1.2 server for the moment - once they move to the
rec we can put this back.
Revision Changes Path
1.61 +3 -0 xml-axis/java/test/build_functional_tests.xml
Index: build_functional_tests.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/build_functional_tests.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- build_functional_tests.xml 13 Mar 2003 15:34:18 -0000 1.60
+++ build_functional_tests.xml 2 Jul 2003 14:15:58 -0000 1.61
@@ -126,6 +126,9 @@
<include name="**/*TestCase.class" />
<exclude name="**/Interop3TestCase.class"/>
<exclude name="**/test/wsdl/attachments/**/*.class"
unless="attachments.present" />
+ <!-- Excluding test against WhiteMesa SOAP 1.2 server until they -->
+ <!-- move to the SOAP 1.2 Rec namespaces -->
+ <exclude name="**/test/wsdl/soap12/additional/*.class"/>
</fileset>
</batchtest>
</junit>