Author: veithen
Date: Fri Dec 30 11:48:05 2011
New Revision: 1225808
URL: http://svn.apache.org/viewvc?rev=1225808&view=rev
Log:
Excluded two unit tests that depend on a 3rd party hosted service that is no
longer available.
Modified:
axis/axis1/java/trunk/buildTest.xml
Modified: axis/axis1/java/trunk/buildTest.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/buildTest.xml?rev=1225808&r1=1225807&r2=1225808&view=diff
==============================================================================
--- axis/axis1/java/trunk/buildTest.xml (original)
+++ axis/axis1/java/trunk/buildTest.xml Fri Dec 30 11:48:05 2011
@@ -73,6 +73,8 @@ Copyright:
<include name="test/**/build.xml"/>
<exclude name="test/wsdl/**/build.xml" />
<exclude name="test/functional/build.xml"/>
+ <!-- TODO: these tests are not working because they rely on a
3rd party service that is no longer available -->
+ <exclude name="test/client/build.xml"/>
</patternset>
</fileset>
</param>