Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
dff0c25d
Commit
dff0c25d
authored
Oct 14, 2016
by
Sergio Bertolin
Browse files
Added test case about issue 26346
parent
abfd3ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/features/sharing-v1.feature
View file @
dff0c25d
...
...
@@ -901,3 +901,18 @@ Feature: sharing
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment