diff options
author | Björn Schießle <schiessle@owncloud.com> | 2016-04-12 15:22:46 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2016-04-12 17:56:56 +0200 |
commit | 499d131a09dbef87a893f799c84c28abaa035c2e (patch) | |
tree | aa8434f7918fbbf523e3c909534a38cc85c28241 /build | |
parent | e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22 (diff) | |
download | nextcloud-server-499d131a09dbef87a893f799c84c28abaa035c2e.tar.gz nextcloud-server-499d131a09dbef87a893f799c84c28abaa035c2e.zip |
always return the complete permissions the file was shared with
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index b9d77120b9c..83b72cc7449 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -593,7 +593,7 @@ Feature: sharing | permissions | 3 | When as "user1" gets properties of folder "/tmp.txt" with |{http://owncloud.org/ns}share-permissions| - Then the single response should contain a property "{http://owncloud.org/ns}share-permissions" with value "0" + Then the single response should contain a property "{http://owncloud.org/ns}share-permissions" with value "3" Scenario: Correct webdav share-permissions for received file with reshare permissions but no edit permissions Given user "user0" exists @@ -669,4 +669,4 @@ Feature: sharing | permissions | 15 | When as "user1" gets properties of folder "/tmp" with |{http://owncloud.org/ns}share-permissions| - Then the single response should contain a property "{http://owncloud.org/ns}share-permissions" with value "0" + Then the single response should contain a property "{http://owncloud.org/ns}share-permissions" with value "15" |