From 499d131a09dbef87a893f799c84c28abaa035c2e Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Tue, 12 Apr 2016 15:22:46 +0200 Subject: always return the complete permissions the file was shared with --- build/integration/features/sharing-v1.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/integration/features/sharing-v1.feature') 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" -- cgit v1.2.3