JAMES-2187 JMAP integration: DownloadEndpoint.feature: remove @ignore on delegation test
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d9d746ec Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d9d746ec Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d9d746ec Branch: refs/heads/master Commit: d9d746ec6b84a55044e56566f16efe5219742940 Parents: 8bcabd7 Author: quynhn <[email protected]> Authored: Tue Oct 17 10:22:53 2017 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Mon Oct 23 13:50:39 2017 +0200 ---------------------------------------------------------------------- .../src/test/resources/cucumber/DownloadEndpoint.feature | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/d9d746ec/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadEndpoint.feature ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadEndpoint.feature b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadEndpoint.feature index 419ae98..3e18329 100644 --- a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadEndpoint.feature +++ b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/DownloadEndpoint.feature @@ -80,13 +80,11 @@ Feature: Download endpoint When "[email protected]" downloads "a1" Then the user should be authorized - @Ignore Scenario: An authenticated user should not have access to someone else attachment Given "[email protected]" is connected When "[email protected]" downloads "a1" Then the user should receive a not found response - @Ignore Scenario: An authenticated user should have access to a shared attachment Given "[email protected]" shares its mailbox "INBOX" with "[email protected]" And "[email protected]" is connected --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
