CAMEL-8034: xslt component like the others.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b3f210fd
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b3f210fd
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b3f210fd

Branch: refs/heads/master
Commit: b3f210fdf43aff44bb086b1e5fbcb87a7a850667
Parents: dac574d
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Nov 12 10:56:21 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Nov 12 12:07:26 2014 +0100

----------------------------------------------------------------------
 .../xslt/XsltComponentConfigurationAndDocumentationTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b3f210fd/camel-core/src/test/java/org/apache/camel/component/xslt/XsltComponentConfigurationAndDocumentationTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/component/xslt/XsltComponentConfigurationAndDocumentationTest.java
 
b/camel-core/src/test/java/org/apache/camel/component/xslt/XsltComponentConfigurationAndDocumentationTest.java
index aaaf8e2..ba6cfb0 100644
--- 
a/camel-core/src/test/java/org/apache/camel/component/xslt/XsltComponentConfigurationAndDocumentationTest.java
+++ 
b/camel-core/src/test/java/org/apache/camel/component/xslt/XsltComponentConfigurationAndDocumentationTest.java
@@ -41,7 +41,7 @@ public class XsltComponentConfigurationAndDocumentationTest 
extends ContextTestS
         String json = compConf.createParameterJsonSchema();
         assertNotNull(json);
 
-        assertTrue(json.contains("\"contentCache\": { \"type\": \"boolean\", 
\"javaType\": \"boolean\" }"));
+        assertTrue(json.contains("\"contentCache\": { \"type\": \"boolean\", 
\"javaType\": \"boolean\", \"defaultValue\": \"true\" }"));
         assertTrue(json.contains("\"synchronous\": { \"type\": \"boolean\""));
     }
 

Reply via email to