Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x 4137bc6e4 -> 13ef85333


Fixed test


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

Branch: refs/heads/camel-2.16.x
Commit: 447d16c8300bc1d8dd81399364cb3b1f25361435
Parents: 4137bc6
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Jan 9 10:41:10 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Jan 9 10:41:10 2016 +0100

----------------------------------------------------------------------
 .../src/test/scala/org/apache/camel/scala/UsingModelTest.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/447d16c8/components/camel-scala/src/test/scala/org/apache/camel/scala/UsingModelTest.scala
----------------------------------------------------------------------
diff --git 
a/components/camel-scala/src/test/scala/org/apache/camel/scala/UsingModelTest.scala
 
b/components/camel-scala/src/test/scala/org/apache/camel/scala/UsingModelTest.scala
index 0dc2653..7cbc5d7 100644
--- 
a/components/camel-scala/src/test/scala/org/apache/camel/scala/UsingModelTest.scala
+++ 
b/components/camel-scala/src/test/scala/org/apache/camel/scala/UsingModelTest.scala
@@ -36,7 +36,7 @@ class UsingModelTest extends TestCase {
     val bean = new BeanDefinition("myBean", "someMethod")
     route.addOutput(bean)
 
-    assertEquals("Route[[From[seda:foo]] -> [Bean[ref:myBean 
method:someMethod]]]", route.toString)
+    assertEquals("Route[[From[seda:foo]] -> [Bean[ref:myBean method: 
someMethod]]]", route.toString)
   }
 
 }

Reply via email to