JAMES-2597 Fix to right JamesServerContract test in CassandraLdapJamesServerTest
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/93a9124e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/93a9124e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/93a9124e Branch: refs/heads/master Commit: 93a9124ef10071f636037b00b329dfc83a0bef21 Parents: b686c7f Author: datph <[email protected]> Authored: Wed Nov 21 11:18:15 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Nov 26 16:40:58 2018 +0700 ---------------------------------------------------------------------- .../test/java/org/apache/james/CassandraLdapJamesServerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/93a9124e/server/container/guice/cassandra-ldap-guice/src/test/java/org/apache/james/CassandraLdapJamesServerTest.java ---------------------------------------------------------------------- diff --git a/server/container/guice/cassandra-ldap-guice/src/test/java/org/apache/james/CassandraLdapJamesServerTest.java b/server/container/guice/cassandra-ldap-guice/src/test/java/org/apache/james/CassandraLdapJamesServerTest.java index 0f639ea..8a0b9e1 100644 --- a/server/container/guice/cassandra-ldap-guice/src/test/java/org/apache/james/CassandraLdapJamesServerTest.java +++ b/server/container/guice/cassandra-ldap-guice/src/test/java/org/apache/james/CassandraLdapJamesServerTest.java @@ -36,7 +36,7 @@ import org.awaitility.core.ConditionFactory; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; -class CassandraLdapJamesServerTest implements JmapJamesServerContract { +class CassandraLdapJamesServerTest implements JamesServerContract { private static final int LIMIT_TO_10_MESSAGES = 10; private static final String JAMES_USER = "james-user"; private static final String PASSWORD = "secret"; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
