-
Notifications
You must be signed in to change notification settings - Fork 186
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] Added tests with depth:infinity enabled #7395
Conversation
52ace2e
to
5a09a67
Compare
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 a small change. Other LGTM 👍
2ad6d6a
to
ca85d99
Compare
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.
LGTM
| dav-path | depth | http-code | | ||
| /remote.php/dav/spaces/%spaceid% | 0 | 207 | | ||
| /remote.php/dav/spaces/%spaceid% | 1 | 207 | | ||
| /remote.php/dav/spaces/%spaceid% | infinity | 400 | |
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.
test cases for old/new dav paths will be added in this PR #7397
Kudos, SonarCloud Quality Gate passed! |
* add depth infinity tests * fix step * add passing tests only * format rable
* add depth infinity tests * fix step * add passing tests only * format rable
* add depth infinity tests * fix step * add passing tests only * format rable
Description
Added test coverage for
OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY=true
config optionRelated Issue
OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY
default oCIS config value #7305Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: