mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-04 15:43:54 -04:00
refactor PROPFIND tests
This commit is contained in:
@@ -15,10 +15,11 @@ Feature: delay post-processing of uploaded files
|
||||
| /remote.php/dav/files/%username%/file.txt |
|
||||
| /dav/spaces/%spaceid%/file.txt |
|
||||
|
||||
@issue-5327
|
||||
|
||||
Scenario Outline: user sends PROPFIND request to the file while it's still being processed
|
||||
When user "Alice" requests "<dav_path>" with "PROPFIND" without retrying
|
||||
Then the HTTP status code should be "425"
|
||||
Then the HTTP status code should be "207"
|
||||
And the value of the item "//d:response/d:propstat/d:status" in the response should be "HTTP/1.1 425 TOO EARLY"
|
||||
Examples:
|
||||
| dav_path |
|
||||
| /remote.php/webdav/file.txt |
|
||||
|
||||
Reference in New Issue
Block a user