Skip to content

Commit 77648bf

Browse files
Merge pull request #901 from nextcloud/test/noid/add-rename-test
fix(rename): Adjust expectation of permission with server change
2 parents 4454ff4 + 2717706 commit 77648bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Integration/features/sharing-user.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,11 @@ Feature: Sharing user
197197
| operation | deny |
198198
| checks-0 | {"class":"OCA\\\\WorkflowEngine\\\\Check\\\\FileMimeType", "operator": "is", "value": "text/plain"} |
199199
And as user "test2"
200-
When File "/foobar.txt" should have prop "oc:permissions" equal to "SRD"
200+
When File "/foobar.txt" should have prop "oc:permissions" equal to "SRDN"
201201
When Downloading file "/foobar.txt"
202202
Then The webdav response should have a status code "404"
203203
When Downloading file "/foobar.txt" with range "1-4"
204204
Then The webdav response should have a status code "404"
205205
When Downloading last public shared file with range "1-4"
206206
Then The webdav response should have a status code "404"
207+
When User "test2" moved file "/foobar.txt" to "/foobar-moved.txt"

0 commit comments

Comments
 (0)