JAMES-2196 Remove useless mailboxes

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3bdff34a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3bdff34a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3bdff34a

Branch: refs/heads/master
Commit: 3bdff34a2decf305a6bee34e01052cb8e5acdb0c
Parents: 5a21908
Author: benwa <[email protected]>
Authored: Mon Oct 23 15:46:56 2017 +0700
Committer: Matthieu Baechler <[email protected]>
Committed: Mon Oct 23 13:50:39 2017 +0200

----------------------------------------------------------------------
 .../src/test/resources/cucumber/DownloadGet.feature              | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/3bdff34a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadGet.feature
----------------------------------------------------------------------
diff --git 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadGet.feature
 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadGet.feature
index c46d7b7..662f3e9 100644
--- 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadGet.feature
+++ 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadGet.feature
@@ -73,20 +73,17 @@ Feature: Download GET
 
   Scenario: User cannot download attachment of another user
     Given "[email protected]" mailbox "INBOX" contains a message "1" with an 
attachment "2"
-    And "[email protected]" has a mailbox "INBOX"
     When "[email protected]" downloads "2"
     Then "[email protected]" should receive a not found response
 
   Scenario: User cannot download message blob of another user
     Given "[email protected]" mailbox "INBOX" contains a message "1" with an 
attachment "2"
-    And "[email protected]" has a mailbox "INBOX"
     When "[email protected]" downloads "1"
     Then "[email protected]" should receive a not found response
 
   Scenario: User can download attachment of another user when shared mailbox
     Given "[email protected]" mailbox "sharedMailbox" contains a message "1" 
with an attachment "2"
     And "[email protected]" shares its mailbox "sharedMailbox" with 
"[email protected]"
-    And "[email protected]" has a mailbox "sharedMailbox"
     When "[email protected]" downloads "2"
     Then he can read that blob
     And the blob size is 3071
@@ -94,7 +91,6 @@ Feature: Download GET
   Scenario: User can download message blob of another user when shared mailbox
     Given "[email protected]" mailbox "sharedMailbox" contains a message "1" 
with an attachment "2"
     And "[email protected]" shares its mailbox "sharedMailbox" with 
"[email protected]"
-    And "[email protected]" has a mailbox "sharedMailbox"
     When "[email protected]" downloads "1"
     Then he can read that blob
     And the blob size is 4963


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to