-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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]Add acceptance tests to copy files over folder and vice versa #37701
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37701 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37701 +/- ##
=========================================
Coverage 64.71% 64.71%
Complexity 19386 19386
=========================================
Files 1283 1283
Lines 75730 75730
Branches 1333 1333
=========================================
Hits 49008 49008
Misses 26330 26330
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
I think there are just a few places where we test for a folder, not a file.
Actually it makes no difference to the test code. But it will be a bit easier for people to read and understand what was expected to happen.
tests/acceptance/features/apiWebdavProperties1/copyFile.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiWebdavProperties1/copyFile.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiWebdavProperties1/copyFile.feature
Outdated
Show resolved
Hide resolved
955ffe0
to
1afe404
Compare
This completes 3 of the 4 points in issue #37669 The last point "do these copy operations in a received user/group share" can be done in a separate PR. |
Description
Add acceptance tests to copy files over folder and vice versa
Related Issue
Types of changes
Checklist: