summaryrefslogtreecommitdiffstats
path: root/build/integration/features/sharing-v1.feature
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2015-11-04 12:16:00 +0000
committerSergio Bertolin <sbertolin@solidgear.es>2015-11-04 12:16:00 +0000
commit05933815223043ddbe5bbcdaa7afb02801243739 (patch)
tree8d18502af83f9b4558bc22ba221ea7fa73ab47e8 /build/integration/features/sharing-v1.feature
parent0f27b719ea515e749fb26a90e1dd303e1e0733d7 (diff)
downloadnextcloud-server-05933815223043ddbe5bbcdaa7afb02801243739.tar.gz
nextcloud-server-05933815223043ddbe5bbcdaa7afb02801243739.zip
Added general function to create shares in preconditions.
Diffstat (limited to 'build/integration/features/sharing-v1.feature')
-rw-r--r--build/integration/features/sharing-v1.feature19
1 files changed, 19 insertions, 0 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature
index abf9fe1c8d8..0f9953bcccf 100644
--- a/build/integration/features/sharing-v1.feature
+++ b/build/integration/features/sharing-v1.feature
@@ -58,3 +58,22 @@ Feature: sharing
And the HTTP status code should be "200"
And Public shared file "welcome.txt" with password "publicpw" can be downloaded
+ Scenario: getting all shares of a user
+ Given user "user0" exists
+ And user "user1" exists
+ And file "textfile0.txt" from user "user0" is shared with user "user1"
+ And As an "admin"
+ When sending "GET" to "/apps/files_sharing/api/v1/shares"
+ Then the OCS status code should be "100"
+ And the HTTP status code should be "200"
+
+
+
+
+
+
+
+
+
+
+