From e0f4c69ea65ffa27ab897177e4a03655ad466faa Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 17 Nov 2020 14:30:39 +0100 Subject: [PATCH] Remove tests from expected failures --- .../expected-failures-on-OCIS-storage.txt | 5 ----- .../expected-failures-on-OWNCLOUD-storage.txt | 5 ----- ...rePublicLink2-uploadToPublicLinkShare.feature | 16 ---------------- 3 files changed, 26 deletions(-) diff --git a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt index bdb8bc4671..b653fdbd1b 100644 --- a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -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 diff --git a/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt b/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt index b9fff579bb..edc1d58b43 100644 --- a/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt @@ -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 diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature index 51646d2b44..320ce525b6 100644 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature +++ b/ocis/tests/acceptance/features/apiOcisSpecific/apiSharePublicLink2-uploadToPublicLinkShare.feature @@ -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 - 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 | \ No newline at end of file