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 2011/12/01 07:33:06 UTC

svn commit: r1208965 - /camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java

Author: ningjiang
Date: Thu Dec  1 06:33:06 2011
New Revision: 1208965

URL: http://svn.apache.org/viewvc?rev=1208965&view=rev
Log:
Reverted the change of the XsltFromFileExceptionTest which should not be committed

Modified:
    camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java

Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java?rev=1208965&r1=1208964&r2=1208965&view=diff
==============================================================================
--- camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java (original)
+++ camel/trunk/camel-core/src/test/java/org/apache/camel/component/xslt/XsltFromFileExceptionTest.java Thu Dec  1 06:33:06 2011
@@ -77,7 +77,6 @@ public class XsltFromFileExceptionTest e
                     .onException(Exception.class)
                         .to("mock:error")
                     .end()
-                    .convertBodyTo(String.class)
                     .to("xslt:org/apache/camel/component/xslt/example.xsl")
                     .to("mock:result");
             }