apple / ccs-caldavtester

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

Content-type matching for CalDAV/put.xml test is not entirely correct #27

Open macosforgebot opened 9 years ago

macosforgebot commented 9 years ago

me@… originally submitted this as ticket:882


Suite: PUT with Content-Type parameters

Test: 3

Failed Verifier: propfindItems
        Items not returned in report (OK) for /~evert/sabre/caldavtester/groupwareserver.php/calendars/user01/calendar/1.ics: ('{DAV:}getcontenttype', 'text/calendar;charset=utf-8')
        Unexpected items returned in report (OK) for /~evert/sabre/caldavtester/groupwareserver.php/calendars/user01/calendar/1.ics: ('{DAV:}getcontenttype', 'text/calendar; charset=utf-8; component=vevent')

The test is expecting:

text/calendar;charset=utf-8

I am supplying:

text/calendar; charset=utf-8; component=vevent

The component= parameter is optional.

macosforgebot commented 9 years ago

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

macosforgebot commented 9 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:882