From 52ea234fa9f8cb1b9da724f4f85c7aa2b4ffdd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 13 Nov 2020 15:07:53 +0100 Subject: [PATCH] update test failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../expected-failures-on-OCIS-storage.txt | 16 +++++++++------- .../apiVersions-fileVersions.feature | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt index aafe2a490..990431024 100644 --- a/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -137,8 +137,6 @@ apiFavorites/favoritesSharingToShares.feature:49 apiFavorites/favoritesSharingToShares.feature:50 apiFavorites/favoritesSharingToShares.feature:63 apiFavorites/favoritesSharingToShares.feature:64 -apiFavorites/favoritesSharingToShares.feature:77 -apiFavorites/favoritesSharingToShares.feature:78 # # https://github.com/owncloud/product/issues/187 # Cannot create user with different username and emails @@ -308,6 +306,15 @@ apiSharees/sharees.feature:538 # https://github.com/owncloud/product/issues/293 sharing with group not available # apiShareManagementToShares/acceptShares.feature:22 +apiShareManagementToShares/acceptShares.feature:71 +apiShareManagementToShares/acceptShares.feature:156 +apiShareManagementToShares/acceptShares.feature:157 +apiShareManagementToShares/acceptShares.feature:158 +apiShareManagementToShares/acceptShares.feature:159 +apiShareManagementToShares/acceptShares.feature:160 +apiShareManagementToShares/acceptShares.feature:162 +apiShareManagementToShares/acceptShares.feature:175 +apiShareManagementToShares/acceptShares.feature:196 apiShareManagementToShares/acceptShares.feature:223 apiShareManagementToShares/acceptShares.feature:270 apiShareManagementToShares/acceptShares.feature:342 @@ -418,11 +425,6 @@ apiShareManagementBasicToShares/deleteShareFromShares.feature:182 apiShareManagementBasicToShares/deleteShareFromShares.feature:183 apiShareManagementBasicToShares/deleteShareFromShares.feature:184 # -# https://github.com/owncloud/ocis-reva/issues/260 Sharee retrieves the information about a share -but gets response containing all the shares -# -apiShareOperationsToShares/accessToShare.feature:55 -apiShareOperationsToShares/accessToShare.feature:56 -# # https://github.com/owncloud/ocis-reva/issues/262 Shares are not deleted when user is deleted # apiShareOperationsToShares/gettingShares.feature:24 diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature index b2723141a..c25bfd207 100644 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature +++ b/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature @@ -23,7 +23,7 @@ Feature: dav-versions And user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API Then the version folder of file "/davtest.txt-olddav-regular" for user "Alice" should contain "1" element And the version folder of file "/davtest.txt-newdav-regular" for user "Alice" should contain "1" element - Then the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "1" element + Then the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "0" element And as "Alice" file "/davtest.txt-newdav-newchunking" should not exist @files_sharing-app-required