JAMES-1911 Multi-mailbox search have been implemented
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/cb99aafc Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/cb99aafc Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/cb99aafc Branch: refs/heads/master Commit: cb99aafc1b330b23074d0ca32790b69fa22ae786 Parents: 0b2c1c4 Author: Benoit Tellier <btell...@linagora.com> Authored: Wed Jan 18 14:07:21 2017 +0700 Committer: Benoit Tellier <btell...@linagora.com> Committed: Wed Jan 18 14:15:59 2017 +0700 ---------------------------------------------------------------------- .../james/jmap/methods/integration/GetMessageListMethodTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/cb99aafc/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMessageListMethodTest.java ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMessageListMethodTest.java b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMessageListMethodTest.java index 8abcd99..65b9dee 100644 --- a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMessageListMethodTest.java +++ b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMessageListMethodTest.java @@ -46,7 +46,6 @@ import org.apache.james.mailbox.model.MailboxId; import org.apache.james.mailbox.model.MailboxPath; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import com.google.common.base.Charsets; @@ -174,7 +173,6 @@ public abstract class GetMessageListMethodTest { .body(ARGUMENTS + ".messageIds", containsInAnyOrder(message1.getMessageId().serialize(), message2.getMessageId().serialize())); } - @Ignore("No multi user support in search for now") @Test public void getMessageListShouldReturnAllMessagesOfCurrentUserOnlyWhenMultipleMailboxesAndNoParameters() throws Exception { String otherUser = "other@" + domain; --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org