You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/10/06 08:22:06 UTC

[james-project] 02/06: JAMES-3028 deduplication test should test deduplication and passthrough test should test passthrough

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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit a92252f6480c8155d8cd618fb965489fa7c6ef7a
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Mon Oct 5 11:42:41 2020 +0700

    JAMES-3028 deduplication test should test deduplication and passthrough test should test passthrough
---
 .../james/blob/objectstorage/aws/S3DeDuplicationBlobStoreTest.java      | 2 +-
 .../apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3DeDuplicationBlobStoreTest.java b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3DeDuplicationBlobStoreTest.java
index df5b621..f2915aa 100644
--- a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3DeDuplicationBlobStoreTest.java
+++ b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3DeDuplicationBlobStoreTest.java
@@ -48,7 +48,7 @@ class S3DeDuplicationBlobStoreTest implements BlobStoreContract {
             .blobStoreDAO(s3BlobStoreDAO)
             .blobIdFactory(new HashBlobId.Factory())
             .defaultBucketName()
-            .passthrough();
+            .deduplication();
     }
 
     @AfterEach
diff --git a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java
index 58e0189..6cd960b 100644
--- a/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java
+++ b/server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3PassThroughBlobStoreTest.java
@@ -48,7 +48,7 @@ class S3PassThroughBlobStoreTest implements BlobStoreContract {
             .blobStoreDAO(s3BlobStoreDAO)
             .blobIdFactory(new HashBlobId.Factory())
             .defaultBucketName()
-            .deduplication();
+            .passthrough();
     }
 
     @AfterEach


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org