Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
863299a5
Commit
863299a5
authored
Mar 29, 2017
by
Sergio Bertolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added test creating multiple links to a file
parent
340b5892
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
tests/integration/features/sharing-v1.feature
tests/integration/features/sharing-v1.feature
+39
-0
No files found.
tests/integration/features/sharing-v1.feature
View file @
863299a5
...
...
@@ -1202,3 +1202,42 @@ Feature: sharing
|
/FOLDER
|
15
|
sharedlink2
|
|
/FOLDER
|
15
|
sharedlink1
|
|
/FOLDER
|
1
|
sharedlink3
|
Scenario
:
Creating three public shares of a file
Given
user
"user0"
exists
And
As an
"user0"
And
creating a share with
|
path
|
textfile0.txt
|
|
shareType
|
3
|
|
password
|
publicpw
|
|
expireDate
|
+3
days
|
|
permissions
|
1
|
|
name
|
sharedlink1
|
And
the OCS status code should be
"100"
And
the HTTP status code should be
"200"
And
creating a share with
|
path
|
textfile0.txt
|
|
shareType
|
3
|
|
password
|
publicpw
|
|
expireDate
|
+3
days
|
|
permissions
|
1
|
|
name
|
sharedlink2
|
And
the OCS status code should be
"100"
And
the HTTP status code should be
"200"
And
creating a share with
|
path
|
textfile0.txt
|
|
shareType
|
3
|
|
password
|
publicpw
|
|
expireDate
|
+3
days
|
|
permissions
|
1
|
|
name
|
sharedlink3
|
And
the OCS status code should be
"100"
And
the HTTP status code should be
"200"
When
Updating last share with
|
permissions
|
1
|
Then
the
OCS
status
code
should
be
"100"
And
the HTTP status code should be
"200"
And
user
"user0"
checks public shares of file
"/textfile0.txt"
|
/textfile0.txt
|
1
|
sharedlink2
|
|
/textfile0.txt
|
1
|
sharedlink1
|
|
/textfile0.txt
|
1
|
sharedlink3
|
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