Merge pull request #6625 from owncloud/webdav-perms

[full-ci] Update Reva to include 4013
This commit is contained in:
Michael Barz
2023-06-29 14:19:57 +02:00
committed by GitHub
6 changed files with 14 additions and 6 deletions
@@ -22,7 +22,7 @@ Feature: Propfind test
| key | value |
| oc:fileid | UUIDof:new-space |
| oc:name | new-space |
| oc:permissions | RDNVCKZ |
| oc:permissions | RDNVCKZP |
| oc:privatelink | |
| oc:size | 12 |
@@ -43,6 +43,6 @@ Feature: Propfind test
| oc:size | 12 |
Examples:
| role | oc_permission |
| manager | RDNVCKZ |
| manager | RDNVCKZP |
| editor | DNVCK |
| viewer | |
@@ -103,7 +103,7 @@ Feature: sharing
And user "Brian" shares folder "/merge-test-inside-twogroups-perms" with group "grp2" using the sharing API
Then the OCS status code of responses on all endpoints should be "100"
And the HTTP status code of responses on all endpoints should be "200"
And as user "Brian" folder "/merge-test-inside-twogroups-perms" should contain a property "oc:permissions" with value "RDNVCKZ" or with value "RMDNVCKZ"
And as user "Brian" folder "/merge-test-inside-twogroups-perms" should contain a property "oc:permissions" with value "RDNVCKZP" or with value "RMDNVCKZP"
And as "Brian" folder "/Shares/merge-test-inside-twogroups-perms" should not exist
And as "Brian" folder "/Shares/merge-test-inside-twogroups-perms (2)" should not exist