]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added test case about issue 26346
authorSergio Bertolin <sbertolin@solidgear.es>
Fri, 14 Oct 2016 08:58:44 +0000 (08:58 +0000)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 2 Nov 2016 07:49:58 +0000 (08:49 +0100)
build/integration/features/sharing-v1.feature

index 9b19690d6d29cadec692660d41f196b5bf381a22..07a59fd72b69daacc8e5e80dce7cc82aab05576e 100644 (file)
@@ -952,3 +952,18 @@ Feature: sharing
       | shareType | 1 |
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"
+
+  Scenario: unshare from self
+    Given As an "admin"
+    And user "user0" exists
+    And user "user1" exists
+    And group "sharing-group" exists
+    And user "user0" belongs to group "sharing-group"
+    And user "user1" belongs to group "sharing-group"
+    And file "/PARENT/parent.txt" of user "user0" is shared with group "sharing-group"
+    And user "user0" stores etag of element "/PARENT"
+    And user "user1" stores etag of element "/"
+    And As an "user1"
+    When Deleting last share
+    Then etag of element "/" of user "user1" has changed
+    And etag of element "/PARENT" of user "user0" has not changed