diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-11 09:06:39 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-11 09:06:39 (GMT) |
commit | 23f75124088ca8aabb8ab6124a3e7482e93230a8 (patch) | |
tree | f6bedbbb2681dc49ef7df8aef684be59cc2ca2d9 | |
parent | 96126deb83f60596823b68818e0b141c30cd9ee9 (diff) | |
download | iRony-23f75124088ca8aabb8ab6124a3e7482e93230a8.tar.gz |
Minor fixes for the CalDAV tests
-rw-r--r-- | test/README.md | 2 | ||||
-rw-r--r-- | test/Resource/CalDAV/attachments/1.ics | 1 | ||||
-rw-r--r-- | test/Resource/CalDAV/attachments/2.ics | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index d405c28..90601e9 100644 --- a/test/README.md +++ b/test/README.md @@ -11,7 +11,7 @@ Installation Download and configure the CalDAVTester suite according to the descroptions in the [wiki][1]. Install it anywhere on your system. -Make sure the pxcalendar package is installed. Do this by running +Make sure the pycalendar package is installed. Do this by running $ cd <path-to-caldavtester-directory> $ ./run.py -s diff --git a/test/Resource/CalDAV/attachments/1.ics b/test/Resource/CalDAV/attachments/1.ics index 96b7d27..3b3c5ca 100644 --- a/test/Resource/CalDAV/attachments/1.ics +++ b/test/Resource/CalDAV/attachments/1.ics @@ -8,6 +8,7 @@ DTSTART;TZID=America/Vancouver:$now.year.1:0709T133000 DTEND;TZID=America/Vancouver:$now.year.1:0709T143000 DTSTAMP:20060710T225223Z UID:1 +SEQUENCE:0 CLASS:PUBLIC TRANSP:OPAQUE ATTACH;FMTTYPE=image/jpeg;ENCODING=BASE64;VALUE=BINARY;X-LABEL=noname.jpg: diff --git a/test/Resource/CalDAV/attachments/2.ics b/test/Resource/CalDAV/attachments/2.ics index 31e3505..87f0180 100644 --- a/test/Resource/CalDAV/attachments/2.ics +++ b/test/Resource/CalDAV/attachments/2.ics @@ -6,6 +6,7 @@ BEGIN:VTODO DTSTAMP:20060313T145240Z SUMMARY:Task #1 UID:2 +SEQUENCE:0 CLASS:PUBLIC ATTACH;FMTTYPE=image/jpeg;ENCODING=BASE64;VALUE=BINARY;X-LABEL=task.jpg: /9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsK |