Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Sep 29, 2020
1 parent a173717 commit 8cb2dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions tests/acceptance/expected-failures-on-OC-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cb2dc9

Please sign in to comment.