mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
parent
6d80b70b8c
commit
893051645e
1 changed files with 6 additions and 0 deletions
|
@ -744,6 +744,12 @@ class BaseRequestsMixIn:
|
|||
status, headers, answer = self.request("PROPFIND", "/")
|
||||
assert status == 207
|
||||
|
||||
def test_fsync(self):
|
||||
"""Create a directory and file with syncing enabled."""
|
||||
self.configuration.set("storage", "fsync", "True")
|
||||
status, headers, answer = self.request("MKCALENDAR", "/calendar.ics/")
|
||||
assert status == 201
|
||||
|
||||
|
||||
class BaseFileSystemTest(BaseTest):
|
||||
"""Base class for filesystem backend tests."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue