Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
1bc23647
Unverified
Commit
1bc23647
authored
Jan 12, 2017
by
Sergio Bertolin
Committed by
Vincent Petry
Jan 18, 2017
Browse files
Fixed scenario getting share info of a share
parent
3dd462d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/features/sharing-v1.feature
View file @
1bc23647
...
...
@@ -285,7 +285,8 @@ Feature: sharing
Scenario
:
getting share info of a share
Given
user
"user0"
exists
And
user
"user1"
exists
And
file
"textfile0.txt"
of user
"user0"
is shared with user
"user1"
And
User
"user0"
moved file
"/textfile0.txt"
to
"/file_to_share.txt"
And
file
"file_to_share.txt"
of user
"user0"
is shared with user
"user1"
And
As an
"user0"
When
Getting info of last share
Then
the OCS status code should be
"100"
...
...
@@ -297,8 +298,8 @@ Feature: sharing
|
share_type
|
0
|
|
share_with
|
user1
|
|
file_source
|
A_NUMBER
|
|
file_target
|
/
textfile0
.txt
|
|
path
|
/
textfile0
.txt
|
|
file_target
|
/
file_to_share
.txt
|
|
path
|
/
file_to_share
.txt
|
|
permissions
|
19
|
|
stime
|
A_NUMBER
|
|
storage
|
A_NUMBER
|
...
...
Write
Preview
Supports
Markdown
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