You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/19 08:13:15 UTC

[06/12] camel git commit: Fixed test

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 <da...@apache.org>
Authored: Thu Nov 19 07:55:26 2015 +0100
Committer: Claus Ibsen <da...@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)
   }
 
 }