JAMES-2186 JMAP integration: getMessages cucumber test: add user bob
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8a74cd7a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8a74cd7a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8a74cd7a Branch: refs/heads/master Commit: 8a74cd7a5095226d91b9601e7231e7b5b640d6d4 Parents: fdefaf3 Author: Luc DUZAN <[email protected]> Authored: Mon Oct 16 15:18:23 2017 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Mon Oct 23 13:50:38 2017 +0200 ---------------------------------------------------------------------- .../src/test/resources/cucumber/GetMessages.feature | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8a74cd7a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature index cf5e824..aaeb319 100644 --- a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature +++ b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/GetMessages.feature @@ -24,6 +24,7 @@ Feature: GetMessages method Background: Given a domain named "domain.tld" And a connected user "[email protected]" + And a user "[email protected]" And "[email protected]" has a mailbox "INBOX" Scenario: Retrieving a message in several mailboxes should return a single message in these mailboxes --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
