From 9563c25c694885fc94a4cfb2f10db72efcd532c8 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 8 Jun 2017 08:00:52 +0200 Subject: allow PropPatch requests to contact_birthdays Signed-off-by: Georg Ehrke --- apps/dav/tests/unit/CalDAV/CalendarTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/dav/tests') diff --git a/apps/dav/tests/unit/CalDAV/CalendarTest.php b/apps/dav/tests/unit/CalDAV/CalendarTest.php index cf295f01065..fd74da0214b 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarTest.php @@ -191,6 +191,10 @@ class CalendarTest extends TestCase { 'privilege' => '{DAV:}read', 'principal' => $hasOwnerSet ? 'user1' : 'user2', 'protected' => true + ], [ + 'privilege' => '{DAV:}write-properties', + 'principal' => $hasOwnerSet ? 'user1' : 'user2', + 'protected' => true ]]; } if ($hasOwnerSet) { -- cgit v1.2.3