update test failures

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-13 15:07:53 +01:00
committed by Benedikt Kulmann
parent a17248f747
commit 52ea234fa9
2 changed files with 10 additions and 8 deletions

View File

@@ -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

View File

@@ -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