mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 04:20:52 -06:00
Remove tests from expected failures
This commit is contained in:
@@ -684,11 +684,6 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:103
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:121
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:139
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/801 deleting a folder should delete share links to it as well
|
||||
#
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:48
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:49
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
|
||||
#
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:23
|
||||
|
||||
@@ -651,11 +651,6 @@ apiSharePublicLink2/uploadToPublicLinkShare.feature:103
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:121
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:139
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/801 deleting a folder should delete share links to it as well
|
||||
#
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:48
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:49
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/286 Upload-only shares must not overwrite but create a separate file
|
||||
#
|
||||
apiSharePublicLink2/uploadToPublicLinkShare.feature:23
|
||||
|
||||
@@ -15,19 +15,3 @@ Feature: upload to a public link share
|
||||
When user "Alice" deletes file "/FOLDER" using the WebDAV API
|
||||
And the public uploads file "does-not-matter.txt" with content "does not matter" using the new public WebDAV API
|
||||
Then the HTTP status code should be "500"
|
||||
|
||||
@issue-ocis-801
|
||||
# after fixing all issues delete this Scenario and use the one from oC10 core
|
||||
Scenario Outline: Uploading file to a public upload-only share using old public API that was deleted does not work
|
||||
Given using <dav-path> DAV path
|
||||
And user "Alice" has created a public link share with settings
|
||||
| path | FOLDER |
|
||||
| permissions | create |
|
||||
When user "Alice" deletes file "/FOLDER" using the WebDAV API
|
||||
Then uploading a file should not work using the old public WebDAV API
|
||||
And the HTTP status code should be "401"
|
||||
|
||||
Examples:
|
||||
| dav-path |
|
||||
| old |
|
||||
| new |
|
||||
Reference in New Issue
Block a user