apple / ccs-caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
57 stars 28 forks source link

sharing remove is wrong #21

Open macosforgebot opened 11 years ago

macosforgebot commented 11 years ago

douglm@… originally submitted this as ticket:538


The remove elements in a number of files are incorrect. We have

    <CS:remove>
        <D:href>$cuaddr2:</D:href>
        <CS:summary>My Shared Calendar</CS:summary>
        <CS:read-write/>
    </CS:remove>

instead of

    <CS:remove>
        <D:href>$cuaddr2:</D:href>
    </CS:remove>

The incorrect files are

Resource/CalDAV/sharing/notification-sync/11.xml
Resource/CalDAV/sharing/invites/double/7.xml
Resource/CalDAV/sharing/invites/double/8.xml
Resource/CalDAV/sharing/invites/uninvitebad/3.xml
Resource/CalDAV/sharing/invites/uninvitebad/2.xml
Resource/CalDAV/sharing/invites/uninvitenew/1.xml
Resource/CalDAV/sharing/cache/3.xml
Resource/CalDAV/sharing/multiple/4.xml
macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:538