You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2019/05/09 12:21:48 UTC

[james-project] branch master updated: JAMES-2717 CassandraLinshareBlobExportMechanismIntegrationTest needs to rely on DockerElasticSearchExtension

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7adf18  JAMES-2717 CassandraLinshareBlobExportMechanismIntegrationTest needs to rely on DockerElasticSearchExtension
d7adf18 is described below

commit d7adf1803259ee4261fc125817bf5d19ddf3aacb
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu May 9 18:07:47 2019 +0700

    JAMES-2717 CassandraLinshareBlobExportMechanismIntegrationTest needs to rely on DockerElasticSearchExtension
---
 .../CassandraLinshareBlobExportMechanismIntegrationTest.java          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraLinshareBlobExportMechanismIntegrationTest.java b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraLinshareBlobExportMechanismIntegrationTest.java
index 8cd0b36..6f5576f 100644
--- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraLinshareBlobExportMechanismIntegrationTest.java
+++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/CassandraLinshareBlobExportMechanismIntegrationTest.java
@@ -22,7 +22,7 @@ package org.apache.james.jmap.cassandra;
 import static org.apache.james.CassandraJamesServerMain.ALL_BUT_JMX_CASSANDRA_MODULE;
 
 import org.apache.james.CassandraExtension;
-import org.apache.james.EmbeddedElasticSearchExtension;
+import org.apache.james.DockerElasticSearchExtension;
 import org.apache.james.GuiceJamesServer;
 import org.apache.james.JamesServerBuilder;
 import org.apache.james.JamesServerExtension;
@@ -46,7 +46,7 @@ public class CassandraLinshareBlobExportMechanismIntegrationTest extends Linshar
     @RegisterExtension
     JamesServerExtension testExtension = new JamesServerBuilder()
         .extension(linshareGuiceExtension)
-        .extension(new EmbeddedElasticSearchExtension())
+        .extension(new DockerElasticSearchExtension())
         .extension(new CassandraExtension())
         .server(configuration -> GuiceJamesServer.forConfiguration(configuration)
             .combineWith(ALL_BUT_JMX_CASSANDRA_MODULE)


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