diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-20 18:23:32 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-05-20 18:23:32 -0500 |
commit | 7577ad720a9183b1a56217aeaaef01f763c11bc7 (patch) | |
tree | 294ba83581e82b13817696a50f9a3d98c800b717 /tests/test-eds-valarms-config-files/.local | |
parent | 45122eb294b281fb939aea315fa35ddb96cf44d1 (diff) | |
download | ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.tar.gz ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.tar.bz2 ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.zip |
Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure slightly so that more of the basic config setup can be shared.
Diffstat (limited to 'tests/test-eds-valarms-config-files/.local')
-rw-r--r-- | tests/test-eds-valarms-config-files/.local/share/evolution/calendar/system/calendar.ics | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/tests/test-eds-valarms-config-files/.local/share/evolution/calendar/system/calendar.ics b/tests/test-eds-valarms-config-files/.local/share/evolution/calendar/system/calendar.ics deleted file mode 100644 index fe526f4..0000000 --- a/tests/test-eds-valarms-config-files/.local/share/evolution/calendar/system/calendar.ics +++ /dev/null @@ -1,47 +0,0 @@ -BEGIN:VCALENDAR
-CALSCALE:GREGORIAN
-PRODID:-//Ximian//NONSGML Evolution Calendar//EN
-VERSION:2.0
-X-EVOLUTION-DATA-REVISION:2015-04-05T21:32:47.354433Z(2)
-BEGIN:VEVENT
-UID:20150405T213247Z-4371-32011-1698-1@ubuntu-phablet
-DTSTAMP:20150405T213247Z
-DTSTART:20150424T183500Z
-DTEND:20150424T193554Z
-X-LIC-ERROR;X-LIC-ERRORTYPE=VALUE-PARSE-ERROR:Can't parse as RECUR value
- in RRULE property. Removing entire property: ERROR: No Value
-SUMMARY:London Sprint Flight
-CREATED:20150405T213247Z
-LAST-MODIFIED:20150405T213247Z
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150405T213247Z-4371-32011-1698-2@ubuntu-phablet
-ACTION:AUDIO
-TRIGGER;VALUE=DURATION;RELATED=START:-P1D
-REPEAT:3
-DURATION:PT2M
-END:VALARM
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150405T213247Z-4371-32011-1698-3@ubuntu-phablet
-ACTION:DISPLAY
-DESCRIPTION:Time to pack!
-TRIGGER;VALUE=DURATION;RELATED=START:-P1D
-REPEAT:3
-DURATION:PT2M
-END:VALARM
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150405T213247Z-4371-32011-1698-5@ubuntu-phablet
-ACTION:AUDIO
-TRIGGER;VALUE=DURATION;RELATED=START:-PT3H
-REPEAT:3
-DURATION:PT2M
-END:VALARM
-BEGIN:VALARM
-X-EVOLUTION-ALARM-UID:20150405T213247Z-4371-32011-1698-6@ubuntu-phablet
-ACTION:DISPLAY
-DESCRIPTION:Go to the airport!
-TRIGGER;VALUE=DURATION;RELATED=START:-PT3H
-REPEAT:3
-DURATION:PT2M
-END:VALARM
-END:VEVENT
-END:VCALENDAR
|