mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
This allows us to have more complex test files where an action is taken, then we test something, then another action is taken, etc. Changes to test files are required so that URL is defined after all the required settings are set. Changes to the result files are either whitespace changes due to above logic changes, or printing out a SQL Result header before each result. I figured it was useful.
64 lines
2.5 KiB
Plaintext
64 lines
2.5 KiB
Plaintext
#
|
|
# PROPFIND on a principal with external resource.
|
|
#
|
|
# This is the request which fails on:
|
|
# https://gitlab.com/davical-project/davical/-/issues/175
|
|
#
|
|
|
|
TYPE=PROPFIND
|
|
AUTH=user1:user1
|
|
|
|
HEADER=User-Agent: DAViCalTester/public
|
|
HEADER=Brief: t
|
|
HEADER=Depth: 1
|
|
HEADER=Prefer: return=minimal
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<A:propfind xmlns:A="DAV:">
|
|
<A:prop>
|
|
<A:add-member/>
|
|
<C:allowed-sharing-modes xmlns:C="http://calendarserver.org/ns/"/>
|
|
<D:autoprovisioned xmlns:D="http://apple.com/ns/ical/"/>
|
|
<E:bulk-requests xmlns:E="http://me.com/_namespace/"/>
|
|
<B:calendar-alarm xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<D:calendar-color xmlns:D="http://apple.com/ns/ical/"/>
|
|
<B:calendar-description xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<B:calendar-free-busy-set xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<D:calendar-order xmlns:D="http://apple.com/ns/ical/"/>
|
|
<B:calendar-timezone xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<A:current-user-privilege-set/>
|
|
<B:default-alarm-vevent-date xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<B:default-alarm-vevent-datetime xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<A:displayname/>
|
|
<C:getctag xmlns:C="http://calendarserver.org/ns/"/>
|
|
<D:language-code xmlns:D="http://apple.com/ns/ical/"/>
|
|
<D:location-code xmlns:D="http://apple.com/ns/ical/"/>
|
|
<B:max-attendees-per-instance xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<A:owner/>
|
|
<C:pre-publish-url xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:publish-url xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:push-transports xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:pushkey xmlns:C="http://calendarserver.org/ns/"/>
|
|
<A:quota-available-bytes/>
|
|
<A:quota-used-bytes/>
|
|
<D:refreshrate xmlns:D="http://apple.com/ns/ical/"/>
|
|
<A:resource-id/>
|
|
<A:resourcetype/>
|
|
<B:schedule-calendar-transp xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<B:schedule-default-calendar-URL xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<C:source xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:subscribed-strip-alarms xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:subscribed-strip-attachments xmlns:C="http://calendarserver.org/ns/"/>
|
|
<C:subscribed-strip-todos xmlns:C="http://calendarserver.org/ns/"/>
|
|
<B:supported-calendar-component-set xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<B:supported-calendar-component-sets xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<A:supported-report-set/>
|
|
<A:sync-token/>
|
|
</A:prop>
|
|
</A:propfind>
|
|
ENDDATA
|
|
|
|
URL=http://regression.host/caldav.php/teamclient1
|