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
And as user "Brian" the PROPFIND response should contain a space "new-space" with these key and value pairs:
43
43
| key | value |
44
44
| oc:fileid | %file_id_pattern% |
45
45
| oc:name | new-space |
46
46
| oc:permissions | <oc-permission> |
47
47
| oc:privatelink | %base_url%/f/[0-9a-z-$%]+ |
48
48
| oc:size | 12 |
49
-
Examples:
49
+
Examples:
50
50
| space-role | oc-permission |
51
51
| Manager | RDNVCKZP |
52
52
| SpaceEditor | DNVCK |
@@ -62,7 +62,7 @@ Feature: Propfind test
62
62
| permissionsRole | <space-role> |
63
63
When user "Brian" sends PROPFIND request from the space "new-space" to the resource "folderMain" with depth "0" using the WebDAV API
64
64
Then the HTTP status code should be "207"
65
-
And as user "Brian" the PROPFIND response should contain a mountpoint"folderMain" with these key and value pairs:
65
+
And as user "Brian" the PROPFIND response should contain a resource"folderMain" with these key and value pairs:
66
66
| key | value |
67
67
| oc:fileid | %file_id_pattern% |
68
68
| oc:file-parent | %file_id_pattern% |
@@ -85,7 +85,7 @@ Feature: Propfind test
85
85
| permissionsRole | <space-role> |
86
86
When user "Brian" sends PROPFIND request from the space "new-space" to the resource "folderMain/subFolder1/subFolder2" with depth "0" using the WebDAV API
87
87
Then the HTTP status code should be "207"
88
-
And as user "Brian" the PROPFIND response should contain a mountpoint"subFolder2" with these key and value pairs:
88
+
And as user "Brian" the PROPFIND response should contain a resource"subFolder2" with these key and value pairs:
89
89
| key | value |
90
90
| oc:fileid | %file_id_pattern% |
91
91
| oc:file-parent | %file_id_pattern% |
@@ -108,7 +108,7 @@ Feature: Propfind test
108
108
| permissionsRole | <space-role> |
109
109
When user "Brian" sends PROPFIND request from the space "new-space" to the resource "testfile.txt" with depth "0" using the WebDAV API
110
110
Then the HTTP status code should be "207"
111
-
And as user "Brian" the PROPFIND response should contain a mountpoint"testfile.txt" with these key and value pairs:
111
+
And as user "Brian" the PROPFIND response should contain a resource"testfile.txt" with these key and value pairs:
0 commit comments