-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only] [full-ci] Enhance share copy-overwrite test scenarios #6323
base: master
Are you sure you want to change the base?
Conversation
da695b5
to
afc4f85
Compare
f8541f1
to
b777891
Compare
b777891
to
a912b3f
Compare
… for 412 HTTP status
a912b3f
to
776080a
Compare
Kudos, SonarCloud Quality Gate passed! |
@phil-davis Still a thing? Or close? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the looks of it, we already have these test scenarios. So, maybe we can close this one?
CC @phil-davis
Scenario Outline: copy a file over the top of an existing file received as a user share | ||
Given using <dav_version> DAV path | ||
And user "Brian" has been created with default attributes and without skeleton files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already have this test:
Scenario Outline: copy a file over the top of an existing folder received as a user share |
| new | | ||
|
||
|
||
Scenario Outline: copy a folder over the top of an existing folder received as a user share |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already have this test:
Scenario Outline: copy a folder over the top of an existing folder received as a share |
@@ -879,3 +945,19 @@ Feature: copy file | |||
Examples: | |||
| dav_version | | |||
| spaces | | |||
|
|||
|
|||
Scenario Outline: copying a folder with a file onto another folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar test scenario:
Scenario Outline: copying a folder with a file into another folder |
Description
WIP - first see how these test scenarios go on ocis. Then decide what behavior is desired etc.
Related Issue
New and changed test scenarios from core owncloud/core#40308
How Has This Been Tested?
CI
Types of changes
Checklist: