You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/acceptance/features/apiContract/copy.feature
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,14 @@ Feature: Copy test
25
25
| Access-Control-Allow-Origin | /^%base_url%$/ |
26
26
| X-Request-Id | %request_id_pattern% |
27
27
28
+
@issue-10809
29
+
Scenario: copy a folder with Transfer-Encoding: chunked header
30
+
Given user "Alice" has created a folder "folder1" in space "new-space"
31
+
And user "Alice" has created a folder "folder2" in space "new-space"
32
+
When user "Alice" copies folder "folder2" from space "new-space" to "folder1/folder2" inside space "new-space" with following headers using the WebDAV API
33
+
| header | value |
34
+
# NOTE: requires system curl version >= 8.12.0
35
+
| Transfer-Encoding | chunked |
36
+
Then the HTTP status code should be "201"
37
+
And for user "Alice" folder "folder1" of the space "new-space" should contain these entries:
0 commit comments