mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-19 08:40:37 -05:00
Merge pull request #2770 from owncloud/fixSharesArchiverTests
[tests-only] fix archiver tests expectations
This commit is contained in:
@@ -124,11 +124,11 @@ Feature: download multiple resources bundled into an archive
|
||||
| User-Agent | <user-agent> |
|
||||
Then the HTTP status code should be "200"
|
||||
And the downloaded <archive-type> archive should contain these files:
|
||||
| name | content |
|
||||
| Shares/textfile0.txt | some data |
|
||||
| Shares/textfile1.txt | other data |
|
||||
| Shares/my_data/textfile0.txt | some data |
|
||||
| Shares/my_data/an_other_file.txt | more data |
|
||||
| name | content |
|
||||
| Shares/textfile0.txt | some data |
|
||||
| Shares/textfile1.txt | other data |
|
||||
| Shares/my_data/textfile2.txt | some data |
|
||||
| Shares/more_data/an_other_file.txt | more data |
|
||||
Examples:
|
||||
| user-agent | archive-type |
|
||||
| Linux | tar |
|
||||
|
||||
Reference in New Issue
Block a user