mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Another regression test for free/busy catching many events.
This commit is contained in:
parent
2cb3b14f2a
commit
6c4e2de41b
4104
testing/tests/regression-suite/0889-POST-freebusy.result
Normal file
4104
testing/tests/regression-suite/0889-POST-freebusy.result
Normal file
File diff suppressed because it is too large
Load Diff
40
testing/tests/regression-suite/0889-POST-freebusy.test
Normal file
40
testing/tests/regression-suite/0889-POST-freebusy.test
Normal 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/
|
||||||
Loading…
x
Reference in New Issue
Block a user