From a238b67613032b5ee25c70024a3de979896a9438 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 1 Mar 2026 06:04:40 +0100 Subject: [PATCH] sharing/test: select proper propfind xml --- radicale/tests/test_sharing.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/radicale/tests/test_sharing.py b/radicale/tests/test_sharing.py index 95ae87d1..2e486bc0 100644 --- a/radicale/tests/test_sharing.py +++ b/radicale/tests/test_sharing.py @@ -2937,7 +2937,7 @@ permissions: RrWw""") # verify overlay as user logging.info("\n*** PROPFIND collection user (overlay, color) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_shared_r, propfind_calendar_color, login="user:userpw") logging.info("response: %r", responses) response = responses[path_shared_r] @@ -2948,7 +2948,7 @@ permissions: RrWw""") # verify overlay visible by owner logging.info("\n*** PROPFIND collection owner (visible enforced change) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_mapped, propfind_calendar_color, login="owner:ownerpw") logging.info("response: %r", responses) response = responses[path_mapped] @@ -2986,7 +2986,7 @@ permissions: RrWw""") # verify overlay visible by owner logging.info("\n*** PROPFIND collection owner (invisible change) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_mapped, propfind_calendar_color, login="owner:ownerpw") logging.info("response: %r", responses) response = responses[path_mapped] @@ -2997,7 +2997,7 @@ permissions: RrWw""") # verify overlay as user logging.info("\n*** PROPFIND collection user (overlay, color) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_shared_r, propfind_calendar_color, login="user:userpw") logging.info("response: %r", responses) response = responses[path_shared_r] @@ -3035,7 +3035,7 @@ permissions: RrWw""") # verify overlay visible by owner logging.info("\n*** PROPFIND collection owner (visible change) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_mapped, propfind_calendar_color, login="owner:ownerpw") logging.info("response: %r", responses) response = responses[path_mapped] @@ -3074,7 +3074,7 @@ permissions: RrWw""") # verify visible by owner logging.info("\n*** PROPFIND collection owner (visible change) -> ok") - propfind_calendar_color = get_file_content("propfind_multiple.xml") + propfind_calendar_color = get_file_content("propfind_calendar_color.xml") _, responses = self.propfind(path_mapped, propfind_calendar_color, login="owner:ownerpw") logging.info("response: %r", responses) response = responses[path_mapped]