You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/01/20 12:19:06 UTC

[2/3] camel git commit: CAMEL-10729: Fixed test

CAMEL-10729: Fixed test


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

Branch: refs/heads/camel-2.18.x
Commit: 68e37562e21e2c03e01a76841596a4e7ac81ee8c
Parents: 3158579
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Jan 20 13:05:27 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Jan 20 13:16:06 2017 +0100

----------------------------------------------------------------------
 .../org/apache/camel/component/aws/s3/S3ComponentFileTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/68e37562/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentFileTest.java
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentFileTest.java b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentFileTest.java
index 445abca..b32f3c9 100644
--- a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentFileTest.java
+++ b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentFileTest.java
@@ -88,7 +88,7 @@ public class S3ComponentFileTest extends CamelTestSupport {
 
         assertMockEndpointsSatisfied();
 
-        assertResultExchange(result.getExchanges().get(0), false);
+        assertResultExchange(result.getExchanges().get(0), true);
 
         PutObjectRequest putObjectRequest = client.putObjectRequests.get(0);
         assertEquals(getCamelBucket(), putObjectRequest.getBucketName());