From 8cb2dc96fab81850b993f46d393cb64958af3cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 16 Sep 2020 16:03:08 +0200 Subject: [PATCH] adjust tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- tests/acceptance/expected-failures-on-OC-storage.txt | 10 ---------- .../apiOcisSpecific/apiWebdavPreviews-previews.feature | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/tests/acceptance/expected-failures-on-OC-storage.txt b/tests/acceptance/expected-failures-on-OC-storage.txt index d5cf949cc2a..5fce3f17363 100644 --- a/tests/acceptance/expected-failures-on-OC-storage.txt +++ b/tests/acceptance/expected-failures-on-OC-storage.txt @@ -179,10 +179,6 @@ apiShareManagement/acceptShares.feature:582 apiShareManagement/acceptShares.feature:652 apiShareManagement/acceptShares.feature:696 # -# https://github.com/owncloud/product/issues/208 After accepting a share data in the received file cannot be downloaded -apiShareManagement/acceptSharesToSharesFolder.feature:15 -apiShareManagement/acceptSharesToSharesFolder.feature:22 -# # https://github.com/owncloud/product/issues/207 Response is empty when accepting a share apiShareManagement/acceptSharesToSharesFolder.feature:30 apiShareManagement/acceptSharesToSharesFolder.feature:52 @@ -266,12 +262,6 @@ apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.fe apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:135 apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:136 # -# These currently pass in owncloud/ocis-reva and fail in cs3org/reva -apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:115 -apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:116 -apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:153 -apiShareToSharesManagementBasic/excludeGroupFromReceivingSharesToSharesFolder.feature:154 -# # https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares apiShareOperations/accessToShare.feature:48 apiShareOperations/accessToShare.feature:49 diff --git a/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature b/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature index 06246b56242..bbd431d39c2 100644 --- a/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature +++ b/tests/acceptance/features/apiOcisSpecific/apiWebdavPreviews-previews.feature @@ -69,13 +69,13 @@ Feature: previews of files downloaded through the webdav API Then the HTTP status code should be "200" And the downloaded image should be "1240" pixels wide and "648" pixels high - @issue-ocis-thumbnails-191 @skipOnOcis-EOS-Storage @issue-ocis-reva-308 @skipOnOcis-OCIS-Storage + @issue-ocis-191 @skipOnOcis-EOS-Storage @issue-ocis-reva-308 @skipOnOcis-OCIS-Storage # after fixing all issues delete this Scenario and use the one from oC10 core Scenario: download previews of other users files Given user "Brian" has been created with default attributes and without skeleton files And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "/parent.txt" When user "Brian" downloads the preview of "/parent.txt" of "Alice" with width "32" and height "32" using the WebDAV API - Then the HTTP status code should be "500" + Then the HTTP status code should be "200" @issue-ocis-190 # after fixing all issues delete this Scenario and use the one from oC10 core