Adjust quota test to fixed behavior
We now report a quota of -3 for unlimited quota instead of 0, which clients interpreted as a quota of 0.
This commit is contained in:
committed by
Ralf Haferkamp
parent
56a6b0c5d0
commit
5aed50e835
@@ -9,11 +9,11 @@ Feature: get quota
|
||||
And user "Alice" has been created with default attributes
|
||||
|
||||
|
||||
Scenario Outline: retrieving folder quota when no quota is set
|
||||
Scenario Outline: retrieving folder quota when unlimited quota is set
|
||||
Given using <dav-path-version> DAV path
|
||||
When user "Admin" changes the quota of the personal space of user "Alice" to "0" using the Graph API
|
||||
Then the HTTP status code should be "200"
|
||||
And as user "Alice" folder "/" should contain a property "d:quota-available-bytes" with value "0"
|
||||
And as user "Alice" folder "/" should contain a property "d:quota-available-bytes" with value "-3"
|
||||
Examples:
|
||||
| dav-path-version |
|
||||
| old |
|
||||
|
||||
Reference in New Issue
Block a user