Add a large-ish calendar to the regression tests.

This commit is contained in:
Andrew McMillan 2009-05-12 18:55:21 +12:00
parent 81f160fb55
commit 9893e22334
3 changed files with 6157 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
Content-Length: 0
Content-Type: text/plain; charset="utf-8"

View File

@ -0,0 +1,14 @@
#
# PUT a calendar collection to user4 so we have some starting events
#
# There is no CalDAV defined behaviour for this.
#
TYPE=PUT
URL=http://mycaldav/caldav.php/user4/home/
HEADER=User-Agent: RSCDS Testing/0.9.x
HEADER=Content-Type: text/calendar; charset=utf-8
AUTH=user4:user4
HEAD
DATA=000-Setup-PUT-collection-user4