Repository: james-project Updated Branches: refs/heads/master 00199af12 -> 5693353c0
JAMES-1682 Issue-53 is already fixed Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5cde56fb Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5cde56fb Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5cde56fb Branch: refs/heads/master Commit: 5cde56fb302771f2632b9914aa4240e4fe39cf4b Parents: 00199af Author: Raphael Ouazana <raphael.ouaz...@linagora.com> Authored: Wed Feb 3 11:26:09 2016 +0100 Committer: Raphael Ouazana <raphael.ouaz...@linagora.com> Committed: Wed Feb 3 11:26:09 2016 +0100 ---------------------------------------------------------------------- .../org/apache/james/jmap/methods/GetMessageListMethodTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5cde56fb/server/protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/GetMessageListMethodTest.java ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/GetMessageListMethodTest.java b/server/protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/GetMessageListMethodTest.java index 803ad88..5d20456 100644 --- a/server/protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/GetMessageListMethodTest.java +++ b/server/protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/GetMessageListMethodTest.java @@ -42,7 +42,6 @@ import org.apache.james.mailbox.elasticsearch.EmbeddedElasticSearch; import org.apache.james.mailbox.model.MailboxConstants; import org.apache.james.mailbox.model.MailboxPath; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.RuleChain; @@ -125,7 +124,6 @@ public abstract class GetMessageListMethodTest { .containsOnly("usern...@domain.tld|mailbox|1", "usern...@domain.tld|mailbox|2"); } - @Ignore("ISSUE-53") @Test public void getMessageListShouldReturnAllMessagesWhenMultipleMailboxesAndNoParameters() throws Exception { jmapServer.serverProbe().createMailbox(MailboxConstants.USER_NAMESPACE, username, "mailbox"); @@ -151,7 +149,7 @@ public abstract class GetMessageListMethodTest { .asString(); assertThat(JsonPath.parse(response).<List<String>>read("$.[0].[1].messageIds")) - .containsOnly("1", "2"); + .containsOnly("usern...@domain.tld|mailbox|1", "usern...@domain.tld|mailbox2|1"); } @Test --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org