JAMES-2186 JMAP integration: GetMessages: rename username into Alice
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fdefaf3d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fdefaf3d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fdefaf3d Branch: refs/heads/master Commit: fdefaf3d408c9773b93d25d14347b6b80b5ca652 Parents: 2a77be5 Author: Luc DUZAN <[email protected]> Authored: Mon Oct 16 15:01:55 2017 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Mon Oct 23 13:50:38 2017 +0200 ---------------------------------------------------------------------- .../src/test/resources/cucumber/GetMessages.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fdefaf3d/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 10d0f56..cf5e824 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 @@ -23,11 +23,11 @@ Feature: GetMessages method Background: Given a domain named "domain.tld" - And a connected user "[email protected]" - And "[email protected]" has a mailbox "INBOX" + And a connected 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 - Given "[email protected]" has a mailbox "custom" + Given "[email protected]" has a mailbox "custom" And the user has a message "m1" in "INBOX" and "custom" mailboxes with subject "my test subject", content "testmail" When the user ask for messages "m1" Then no error is returned --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
