You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by si...@apache.org on 2019/02/07 12:48:57 UTC

[camel] branch camel-2.22.x updated: CAMEL-13168 - Fix error from cherry pick

This is an automated email from the ASF dual-hosted git repository.

siano pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new ec937c0  CAMEL-13168 - Fix error from cherry pick
ec937c0 is described below

commit ec937c09b78ee7cd935309378c6f12e6201380de
Author: Stephan Siano <st...@sap.com>
AuthorDate: Thu Feb 7 13:29:31 2019 +0100

    CAMEL-13168 - Fix error from cherry pick
---
 .../src/test/java/org/apache/camel/processor/StreamCachingInOutTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/camel-core/src/test/java/org/apache/camel/processor/StreamCachingInOutTest.java b/camel-core/src/test/java/org/apache/camel/processor/StreamCachingInOutTest.java
index 1284e67..9177ee6 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/StreamCachingInOutTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/StreamCachingInOutTest.java
@@ -38,7 +38,6 @@ public class StreamCachingInOutTest extends ContextTestSupport {
         assertEquals(c.assertExchangeReceived(0).getIn().getBody(String.class), "James,Guillaume,Hiram,Rob,Roman");
     }
 
-    @Test
     public void testStreamCachingPerRouteWithDirecVM() throws Exception {
         MockEndpoint e = getMockEndpoint("mock:e");
         e.expectedMessageCount(1);