From 42ff1af2d6455877c14592eb0ff6e64e15c5b065 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 11 Jan 2021 17:32:10 +0545 Subject: [PATCH] delete local bug-demo scenarios fixed by reva PR 1368 --- ...erations-getWebDAVSharePermissions.feature | 23 ------------------- ...ublicLink2-uploadToPublicLinkShare.feature | 17 -------------- 2 files changed, 40 deletions(-) delete mode 100644 tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature delete mode 100644 tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature diff --git a/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature b/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature deleted file mode 100644 index f7881377fa..0000000000 --- a/tests/acceptance/features/apiOcisSpecific/apiShareOperations-getWebDAVSharePermissions.feature +++ /dev/null @@ -1,23 +0,0 @@ -@api @files_sharing-app-required @issue-ocis-reva-47 -Feature: sharing - - Background: - Given using OCS API version "1" - And these users have been created with default attributes and without skeleton files: - | username | - | Alice | - | Brian | - - @issue-ocis-reva-47 - # after fixing all issues delete this Scenario and use the one from oC10 core - Scenario Outline: Empty webdav share-permissions for owned file - Given using DAV path - And user "Alice" has uploaded file with content "foo" to "/tmp.txt" - When user "Alice" gets the following properties of file "/tmp.txt" using the WebDAV API - | propertyName | - | ocs:share-permissions | - Then the single response should contain a property "ocs:share-permissions" with value "5" - Examples: - | dav-path | - | old | - | new | diff --git a/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature b/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature deleted file mode 100644 index 320ce525b6..0000000000 --- a/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature +++ /dev/null @@ -1,17 +0,0 @@ -@api @files_sharing-app-required @public_link_share-feature-required @skipOnOcis-EOS-Storage @issue-ocis-reva-315 @issue-ocis-reva-316 - -Feature: upload to a public link share - - Background: - Given user "Alice" has been created with default attributes and skeleton files - - @issue-ocis-reva-290 - # after fixing all issues delete this Scenario and use the one from oC10 core - Scenario: Uploading file to a public upload-only share that was deleted does not work - Given the administrator has enabled DAV tech_preview - 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 - 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"