test RFC4791#5.2.5: SHOULD NOT be returned by a PROPFIND DAV:allprop request
This commit is contained in:
@@ -692,11 +692,13 @@ permissions: RrWw""")
|
|||||||
assert not isinstance(response, int)
|
assert not isinstance(response, int)
|
||||||
status, prop = response["D:sync-token"]
|
status, prop = response["D:sync-token"]
|
||||||
assert status == 200 and prop.text
|
assert status == 200 and prop.text
|
||||||
|
assert "C:max-resource-size" not in response
|
||||||
_, responses = self.propfind("/calendar.ics/event.ics", propfind)
|
_, responses = self.propfind("/calendar.ics/event.ics", propfind)
|
||||||
response = responses["/calendar.ics/event.ics"]
|
response = responses["/calendar.ics/event.ics"]
|
||||||
assert not isinstance(response, int)
|
assert not isinstance(response, int)
|
||||||
status, prop = response["D:getetag"]
|
status, prop = response["D:getetag"]
|
||||||
assert status == 200 and prop.text
|
assert status == 200 and prop.text
|
||||||
|
assert "C:max-resource-size" not in response
|
||||||
|
|
||||||
def test_propfind_nonexistent(self) -> None:
|
def test_propfind_nonexistent(self) -> None:
|
||||||
"""Read a property that does not exist."""
|
"""Read a property that does not exist."""
|
||||||
|
|||||||
Reference in New Issue
Block a user