You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2005/05/19 12:52:49 UTC

svn commit: r170911 - /webservices/axis/trunk/java/modules/samples/project.xml

Author: deepal
Date: Thu May 19 03:52:47 2005
New Revision: 170911

URL: http://svn.apache.org/viewcvs?rev=170911&view=rev
Log:
exclude some test cases

Modified:
    webservices/axis/trunk/java/modules/samples/project.xml

Modified: webservices/axis/trunk/java/modules/samples/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?rev=170911&r1=170910&r2=170911&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Thu May 19 03:52:47 2005
@@ -110,6 +110,8 @@
 		<!-- <exclude>**/*EchoTest.java</exclude> -->
 		<!-- <exclude>**/*TransportDeploymentTest.java</exclude>  -->
 		<!-- <exclude>**/*BuildERWithDeploymentTest.java</exclude>  -->
+ <exclude>**/*EchoRawXMLTest.java</exclude>
+           <exclude>**/*HandlerFailureTest.java</exclude>
       </excludes>
      <includes>
         <include>**/*Test.java</include>