mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +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.
35 lines
982 B
Plaintext
35 lines
982 B
Plaintext
#
|
|
# POST to scheduling outbox for freebusy query on user2
|
|
#
|
|
TYPE=POST
|
|
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9
|
|
HEADER=Accept: text/xml
|
|
HEADER=Accept-Language: en-us,en;q=0.5
|
|
HEADER=Accept-Charset: utf-8,*;q=0.1
|
|
HEADER=Content-Type: text/calendar; charset=utf-8
|
|
HEADER=Originator: mailto:user1@example.net
|
|
HEADER=Recipient: mailto:ultrabogosity@example.net
|
|
|
|
HEAD
|
|
|
|
REPLACE=/^DTSTAMP:\d{4}[01]\d[0123]\dT[012]\d[0-5]\d[0-6]\dZ\r?$/DTSTAMP:yyyymmddThhmmssZ/
|
|
|
|
BEGINDATA
|
|
BEGIN:VCALENDAR
|
|
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
|
|
VERSION:2.0
|
|
METHOD:REQUEST
|
|
BEGIN:VFREEBUSY
|
|
DTSTAMP:20081022T062945Z
|
|
ORGANIZER:mailto:user1@example.net
|
|
DTSTART:20081020T110000Z
|
|
DTEND:20081105T110000Z
|
|
UID:c5bd82ea-cd89-4f58-8d31-336f47e44f97
|
|
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
|
|
mailto:ultrabogosity@example.net
|
|
END:VFREEBUSY
|
|
END:VCALENDAR
|
|
ENDDATA
|
|
|
|
URL=http://regression.host/caldav.php/user1/.out/
|