Added functionnal tests
This commit is contained in:
31
tests/static/put.ics
Normal file
31
tests/static/put.ics
Normal file
@ -0,0 +1,31 @@
|
||||
BEGIN:VCALENDAR
|
||||
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
|
||||
VERSION:2.0
|
||||
BEGIN:VTIMEZONE
|
||||
TZID:Europe/Paris
|
||||
X-LIC-LOCATION:Europe/Paris
|
||||
BEGIN:DAYLIGHT
|
||||
TZOFFSETFROM:+0100
|
||||
TZOFFSETTO:+0200
|
||||
TZNAME:CEST
|
||||
DTSTART:19700329T020000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
|
||||
END:DAYLIGHT
|
||||
BEGIN:STANDARD
|
||||
TZOFFSETFROM:+0200
|
||||
TZOFFSETTO:+0100
|
||||
TZNAME:CET
|
||||
DTSTART:19701025T030000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
|
||||
END:STANDARD
|
||||
END:VTIMEZONE
|
||||
BEGIN:VEVENT
|
||||
CREATED:20130902T150157Z
|
||||
LAST-MODIFIED:20130902T150158Z
|
||||
DTSTAMP:20130902T150158Z
|
||||
UID:02805f81-4cc2-4d68-8d39-72768ffa02d9
|
||||
SUMMARY:Nouvel évènement
|
||||
DTSTART;TZID=Europe/Paris:20130902T180000
|
||||
DTEND;TZID=Europe/Paris:20130902T190000
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
11
tests/static/putvtodo.ics
Normal file
11
tests/static/putvtodo.ics
Normal file
@ -0,0 +1,11 @@
|
||||
BEGIN:VCALENDAR
|
||||
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
|
||||
VERSION:2.0
|
||||
BEGIN:VTODO
|
||||
CREATED:20130903T091105Z
|
||||
LAST-MODIFIED:20130903T091108Z
|
||||
DTSTAMP:20130903T091108Z
|
||||
UID:40f8cf9b-0e62-4624-89a2-24c5e68850f5
|
||||
SUMMARY:Nouvelle tâche
|
||||
END:VTODO
|
||||
END:VCALENDAR
|
1
tests/static/schema.sql
Symbolic link
1
tests/static/schema.sql
Symbolic link
@ -0,0 +1 @@
|
||||
../../schema.sql
|
Reference in New Issue
Block a user