You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2006/10/30 23:17:43 UTC

svn commit: r469296 - /incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml

Author: dkulp
Date: Mon Oct 30 14:17:42 2006
New Revision: 469296

URL: http://svn.apache.org/viewvc?view=rev&rev=469296
Log:
Fix cr/lf issues on unix

Modified:
    incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml   (contents, props changed)

Modified: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml?view=diff&rev=469296&r1=469295&r2=469296
==============================================================================
--- incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml (original)
+++ incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml Mon Oct 30 14:17:42 2006
@@ -18,14 +18,14 @@
 -->
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
 	<soap:Body>
-	  <soap:Fault>
-	    <faultstring>Hadrian did it.</faultstring>
-	    <faultcode>soap:Server</faultcode>
-	    <detail>
-	      <BadRecordLit xmlns="http://apache.org/hello_world_soap_http/types">
-	        foo
-	      </BadRecordLit>
-	    </detail>
+	  <soap:Fault>
+	    <faultstring>Hadrian did it.</faultstring>
+	    <faultcode>soap:Server</faultcode>
+	    <detail>
+	      <BadRecordLit xmlns="http://apache.org/hello_world_soap_http/types">
+	        foo
+	      </BadRecordLit>
+	    </detail>
 	  </soap:Fault>
 	</soap:Body>
 

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/testDocLitFault.xml
------------------------------------------------------------------------------
    svn:eol-style = native