Repository: camel
Updated Branches:
  refs/heads/master 4e2aebf1d -> 4641a45c2


CAMEL-8023: Model and component javadoc documentation


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

Branch: refs/heads/master
Commit: e4d991e63eb59aa2e0f5bd72b19806acd003f9e3
Parents: 4e2aebf
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Feb 10 06:34:57 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Feb 10 06:34:57 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e4d991e6/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 ac069c4..1bd9fb8 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\": { \"kind\": \"parameter\", 
\"type\": \"boolean\", \"javaType\": \"boolean\", \"deprecated\": \"false\", 
\"defaultValue\": \"true\" }"));
+        assertTrue(json.contains("\"contentCache\": { \"kind\": \"parameter\", 
\"type\": \"boolean\", \"javaType\": \"boolean\", \"deprecated\": \"false\", 
\"defaultValue\": \"true\""));
         assertTrue(json.contains("\"synchronous\": { \"kind\": \"parameter\", 
\"type\": \"boolean\""));
     }
 

Reply via email to