Fixed test

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

Branch: refs/heads/master
Commit: 17724edc01c50c283ca0e937bc3abe818e33cf8a
Parents: 5b1012e
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Nov 19 07:55:26 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Nov 19 07:55:26 2015 +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/17724edc/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 7cbc5d7..0dc2653 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