Fixed test

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

Branch: refs/heads/master
Commit: 15e0393c6bb9192ea609f649659bedc15b5bd876
Parents: 6a6061b
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sun Oct 4 12:14:09 2015 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Oct 4 12:14:09 2015 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/impl/EipDocumentationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/15e0393c/camel-core/src/test/java/org/apache/camel/impl/EipDocumentationTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/impl/EipDocumentationTest.java 
b/camel-core/src/test/java/org/apache/camel/impl/EipDocumentationTest.java
index b4bf5aa..d618509 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/EipDocumentationTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/EipDocumentationTest.java
@@ -56,7 +56,7 @@ public class EipDocumentationTest extends ContextTestSupport {
         log.info(json);
         assertNotNull("Should have found json for simple", json);
 
-        assertTrue(json.contains("\"label\": \"language\""));
+        assertTrue(json.contains("\"label\": \"language,core,java\""));
         assertTrue(json.contains("\"name\": \"simple\""));
     }
 

Reply via email to