update testsuite
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -163,13 +163,13 @@ Feature: dav-versions
|
|||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the following headers should be set
|
And the following headers should be set
|
||||||
| header | value |
|
| header | value |
|
||||||
| Content-Disposition | attachment; filename*=UTF-8''textfile0.txt; filename="textfile0.txt" |
|
| Content-Disposition | attachment; filename*=UTF-8''"textfile0.txt"; filename="textfile0.txt" |
|
||||||
And the downloaded content should be "version 1"
|
And the downloaded content should be "version 1"
|
||||||
When user "Alice" downloads the version of file "textfile0.txt" with the index "2"
|
When user "Alice" downloads the version of file "textfile0.txt" with the index "2"
|
||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the following headers should be set
|
And the following headers should be set
|
||||||
| header | value |
|
| header | value |
|
||||||
| Content-Disposition | attachment; filename*=UTF-8''textfile0.txt; filename="textfile0.txt" |
|
| Content-Disposition | attachment; filename*=UTF-8''"textfile0.txt"; filename="textfile0.txt" |
|
||||||
And the downloaded content should be "uploaded content"
|
And the downloaded content should be "uploaded content"
|
||||||
|
|
||||||
@skipOnStorage:ceph @skipOnStorage:scality
|
@skipOnStorage:ceph @skipOnStorage:scality
|
||||||
@@ -182,13 +182,13 @@ Feature: dav-versions
|
|||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the following headers should be set
|
And the following headers should be set
|
||||||
| header | value |
|
| header | value |
|
||||||
| Content-Disposition | attachment; filename*=UTF-8''textfile0.txt; filename="textfile0.txt" |
|
| Content-Disposition | attachment; filename*=UTF-8''"textfile0.txt"; filename="textfile0.txt" |
|
||||||
And the downloaded content should be "version 2"
|
And the downloaded content should be "version 2"
|
||||||
When user "Alice" downloads the version of file "textfile0.txt" with the index "2"
|
When user "Alice" downloads the version of file "textfile0.txt" with the index "2"
|
||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
And the following headers should be set
|
And the following headers should be set
|
||||||
| header | value |
|
| header | value |
|
||||||
| Content-Disposition | attachment; filename*=UTF-8''textfile0.txt; filename="textfile0.txt" |
|
| Content-Disposition | attachment; filename*=UTF-8''"textfile0.txt"; filename="textfile0.txt" |
|
||||||
And the downloaded content should be "uploaded content"
|
And the downloaded content should be "uploaded content"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user