Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2016-04-12 16:22:46 +0300
committerBjörn Schießle <schiessle@owncloud.com>2016-04-12 18:56:56 +0300
commit499d131a09dbef87a893f799c84c28abaa035c2e (patch)
treeaa8434f7918fbbf523e3c909534a38cc85c28241 /build
parente9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22 (diff)
always return the complete permissions the file was shared with
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/sharing-v1.feature4
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"