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 2016/04/07 09:39:56 UTC

[06/10] 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/d81e4eef
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d81e4eef
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d81e4eef

Branch: refs/heads/master
Commit: d81e4eef6d67e4b37fe3d31b556c38ad86f9bda2
Parents: 5352d80
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Apr 6 16:19:15 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 7 09:39:40 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/stream/StreamFileTest.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d81e4eef/components/camel-stream/src/test/java/org/apache/camel/component/stream/StreamFileTest.java
----------------------------------------------------------------------
diff --git a/components/camel-stream/src/test/java/org/apache/camel/component/stream/StreamFileTest.java b/components/camel-stream/src/test/java/org/apache/camel/component/stream/StreamFileTest.java
index e5cee4e..16b6491 100644
--- a/components/camel-stream/src/test/java/org/apache/camel/component/stream/StreamFileTest.java
+++ b/components/camel-stream/src/test/java/org/apache/camel/component/stream/StreamFileTest.java
@@ -58,6 +58,8 @@ public class StreamFileTest extends CamelTestSupport {
 
     @Test
     public void testFile() throws Exception {
+        context.start();
+
         try {
             MockEndpoint mock = getMockEndpoint("mock:result");
             mock.expectedBodiesReceived("Hello");