You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/06/27 13:49:22 UTC

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

Author: hemapani
Date: Mon Jun 27 04:49:21 2005
New Revision: 201972

URL: http://svn.apache.org/viewcvs?rev=201972&view=rev
Log:
exclude failing Chuncked test

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=201972&r1=201971&r2=201972&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Mon Jun 27 04:49:21 2005
@@ -133,9 +133,8 @@
 		<exclude>**/*InteropStubTest.java</exclude>
 		<exclude>**/*MailEchoRawXMLTest.java</exclude> 
 		<exclude>**/*MailOneWayRawXMLTest.java</exclude> 
-				<exclude>**/*MailRequestResponseRawXMLTest.java</exclude> 
-		
-		
+		<exclude>**/*MailRequestResponseRawXMLTest.java</exclude> 
+		<exclude>**/*EchoRawXMLChunckedTest.java</exclude> 
       </excludes>
      <includes>
         <include>**/*Test.java</include>