You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/07/13 13:40:54 UTC

svn commit: r793555 - /camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml

Author: ningjiang
Date: Mon Jul 13 11:40:53 2009
New Revision: 793555

URL: http://svn.apache.org/viewvc?rev=793555&view=rev
Log:
Fixed the unit test error of my last commit

Modified:
    camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml

Modified: camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml?rev=793555&r1=793554&r2=793555&view=diff
==============================================================================
--- camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml (original)
+++ camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml Mon Jul 13 11:40:53 2009
@@ -27,7 +27,7 @@
         <route>
             <from uri="direct:start"/>
             <marshal>
-                <jaxb prettyPrint="true" encoding="iso-8859-1" contextPath="org.apache.camel.example"/>
+                <jaxb prettyPrint="false" encoding="iso-8859-1" contextPath="org.apache.camel.example"/>
             </marshal>
             <to uri="mock:result"/>
         </route>