Correct a scenario explanation
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/257eae57 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/257eae57 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/257eae57 Branch: refs/heads/master Commit: 257eae573ca0bd80fca7580c63abb3c6b506091a Parents: bb176e0 Author: benwa <[email protected]> Authored: Fri Jun 8 17:58:28 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jun 12 07:02:02 2018 +0700 ---------------------------------------------------------------------- .../src/test/resources/cucumber/DownloadGet.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/257eae57/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 565e1be..a68740e 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 @@ -55,7 +55,7 @@ Feature: Download GET Then she can read that blob And the blob size is 4963 - Scenario: Getting a message blob previously stored + Scenario: Content-Length header should be positioned before transfers starts Given "[email protected]" mailbox "INBOX" contains a big message "1" When "[email protected]" downloads "1" Then the blob size is 2621440 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
