Another regression test for free/busy catching many events.

This commit is contained in:
Andrew McMillan 2010-10-07 15:47:25 -04:00
parent 2cb3b14f2a
commit 6c4e2de41b
2 changed files with 4144 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,40 @@
#
# Testing for Spec compliance. POST on outbox for
# free/busy information but this time try and get as many
# events included in the processing as possible
#
TYPE=POST
URL=http://mycaldav/caldav.php/user1/.out/
HEADER=User-Agent: draft-schedule-05 Spec Tests
HEADER=Content-Type: text/calendar
REPLACE=#<creationdate>\d{8}T\d{6}</creationdate>#<creationdate>YYYYMMDDThhmmss</creationdate>#
BEGINDATA
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VFREEBUSY
DTSTAMP:20081019T202752Z
ORGANIZER:mailto:user1@example.net
DTSTART:20001021T110000Z
DTEND:20101106T110000Z
UID:1e680b0e-ee15-4d63-844f-3e48aa92791f
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user1@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user2@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user3@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user4@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user6@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:resource2@example.net
END:VFREEBUSY
END:VCALENDAR
ENDDATA
REPLACE=/^DTSTAMP:\d{4}[01]\d[0123]\dT[012]\d[0-5]\d[0-6]\dZ\r?$/DTSTAMP:yyyymmddThhmmssZ/