-
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
API test for getWebDAVSharePermissions #31534
API test for getWebDAVSharePermissions #31534
Conversation
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.
just words in scenario descriptions
|{http://open-collaboration-services.org/ns}share-permissions | | ||
Then the single response should contain a property "{http://open-collaboration-services.org/ns}share-permissions" with value "17" | ||
|
||
Scenario: Correct webdav share-permissions for received file with reshare permissions but no edit permissions |
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.
"received group shared file"
|{http://open-collaboration-services.org/ns}share-permissions | | ||
Then the single response should contain a property "{http://open-collaboration-services.org/ns}share-permissions" with value "19" | ||
|
||
Scenario: Correct webdav share-permissions for received group share file with edit and reshare permissions |
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.
s/share file/shared file/g
Codecov Report
@@ Coverage Diff @@
## master #31534 +/- ##
=========================================
Coverage 62.61% 62.61%
Complexity 18273 18273
=========================================
Files 1147 1147
Lines 68627 68627
Branches 1234 1234
=========================================
Hits 42971 42971
Misses 25295 25295
Partials 361 361
Continue to review full report at Codecov.
|
1ed1e8f
to
296d827
Compare
Backport on #31575 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
This PR adds more tests for get webDAV share permissions
Related Issue
#31531
How Has This Been Tested?
Locally
Types of changes
Checklist: