Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
5b34dcc0
Commit
5b34dcc0
authored
8 years ago
by
Sergio Bertolin
Browse files
Options
Downloads
Patches
Plain Diff
Added test case for QA-94
parent
75296056
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/integration/features/sharing-v1.feature
+14
-0
14 additions, 0 deletions
build/integration/features/sharing-v1.feature
with
14 additions
and
0 deletions
build/integration/features/sharing-v1.feature
+
14
−
0
View file @
5b34dcc0
...
@@ -251,6 +251,20 @@ Feature: sharing
...
@@ -251,6 +251,20 @@ Feature: sharing
And
User
"user2"
should be included in the response
And
User
"user2"
should be included in the response
And
User
"user3"
should not be included in the response
And
User
"user3"
should not be included in the response
Scenario
:
Reshared files can be still accessed if a user in the middle removes it.
Given
user
"user0"
exists
And
user
"user1"
exists
And
user
"user2"
exists
And
user
"user3"
exists
And
file
"textfile0.txt"
of user
"user0"
is shared with user
"user1"
And
file
"textfile0 (2).txt"
of user
"user1"
is shared with user
"user2"
And
file
"textfile0 (2).txt"
of user
"user2"
is shared with user
"user3"
And
As an
"user1"
When
User
"user1"
deletes file
"/textfile0 (2).txt"
And
As an
"user3"
And
Downloading file
"/textfile0 (2).txt"
with range
"bytes=1-7"
Then
Downloaded content should be
"wnCloud"
Scenario
:
getting share info of a share
Scenario
:
getting share info of a share
Given
user
"user0"
exists
Given
user
"user0"
exists
And
user
"user1"
exists
And
user
"user1"
exists
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment