mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-23 05:59:28 -06:00
Adjust the test expectations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user