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.
27 lines
695 B
Plaintext
27 lines
695 B
Plaintext
#
|
|
# Test multiget REPORT access to a bound calendar
|
|
#
|
|
TYPE=REPORT
|
|
AUTH=user4:user4
|
|
|
|
|
|
HEADER=User-Agent: DAViCalTester/public
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<calendar-multiget xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
|
|
<D:prop>
|
|
<D:getetag/>
|
|
<calendar-data/>
|
|
</D:prop>
|
|
<D:href>/caldav.php/user4/user2/33169d69-2969-4a96-a3e1-2e312b7614e6.ics</D:href>
|
|
<D:href>/caldav.php/user4/user2/047871e3-6b70-4178-9af8-0ceb50f7b092.ics</D:href>
|
|
<D:href>/caldav.php/user4/user2/9429a973-2b13-4b1a-be09-948d75425c45.ics</D:href>
|
|
</calendar-multiget>
|
|
ENDDATA
|
|
|
|
URL=http://regression.host/caldav.php/user4/user2/
|