mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 01:41:21 -05:00
Merge pull request #4696 from owncloud/refactorOcisClosedIssue2768
[tests-only][full-ci]Refactor download archive related scenario
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
## Scenarios from OCIS API tests that are expected to fail with OCIS storage
|
||||
The expected failures in this file are from features in the owncloud/ocis repo.
|
||||
|
||||
#### [downloading an archive with invalid path returns HTTP/500](https://github.com/owncloud/ocis/issues/2768)
|
||||
- [apiArchiver/downloadByPath.feature:69](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L69)
|
||||
|
||||
#### [Downloading the archive of the resource (files | folder) using resource path is not possible](https://github.com/owncloud/ocis/issues/4637)
|
||||
- [apiArchiver/downloadByPath.feature:26](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L26)
|
||||
- [apiArchiver/downloadByPath.feature:27](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L27)
|
||||
|
||||
@@ -68,7 +68,7 @@ Feature: download multiple resources bundled into an archive
|
||||
|
||||
Scenario: download a not existing single file
|
||||
When user "Alice" downloads the archive of "/doesnotexist.txt" of user "Alice" using the resource path
|
||||
Then the HTTP status code should be "400"
|
||||
Then the HTTP status code should be "404"
|
||||
|
||||
|
||||
Scenario: download multiple shared items as share receiver
|
||||
|
||||
Reference in New Issue
Block a user