]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added test case about a user without a share requesting it
authorSergio Bertolin <sbertolin@solidgear.es>
Thu, 26 Nov 2015 13:19:49 +0000 (13:19 +0000)
committerSergio Bertolin <sbertolin@solidgear.es>
Thu, 26 Nov 2015 13:19:49 +0000 (13:19 +0000)
build/integration/features/sharing-v1.feature

index 063a40b1d3c5aa8827847385171b0b0c0ef55b55..32bb943d2d7fe0a3a9f7da9ffb6b47d9c897004d 100644 (file)
@@ -353,6 +353,16 @@ Feature: sharing
     Then the OCS status code should be "404"
     And the HTTP status code should be "200"
 
+  Scenario: Get a share with a user which didn't received the share 
+    Given user "user0" exists
+    And user "user1" exists
+    And user "user2" exists
+    And file "textfile0.txt" from user "user0" is shared with user "user1"
+    And As an "user2"
+    When Getting info of last share 
+    Then the OCS status code should be "404" 
+    And the HTTP status code should be "200"
+
   Scenario: Delete all group shares
     Given As an "admin"
     And user "user0" exists