aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-valarms-config-files
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-05-21 15:24:27 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-05-21 15:24:27 +0000
commitc07b11f4e0b943c9f895b946e0cc84e70b603b8a (patch)
tree50cb9235c877138253b39274e88646505b182ee2 /tests/test-eds-valarms-config-files
parent22084967d0e5ef0abbf0e2f798596f8eb6092266 (diff)
parent58efd72df90047765721c6e931da22abdb3a956a (diff)
downloadayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.tar.gz
ayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.tar.bz2
ayatana-indicator-datetime-c07b11f4e0b943c9f895b946e0cc84e70b603b8a.zip
Fix regression that caused nonrepeating alarms to go off at the wrong time. Fixes: #1456281
Approved by: PS Jenkins bot, Ted Gould
Diffstat (limited to 'tests/test-eds-valarms-config-files')
-rw-r--r--tests/test-eds-valarms-config-files/.config/evolution/sources/system-proxy.source21
-rw-r--r--tests/test-eds-valarms-config-files/.local/share/evolution/calendar/system/calendar.ics47
2 files changed, 0 insertions, 68 deletions
diff --git a/tests/test-eds-valarms-config-files/.config/evolution/sources/system-proxy.source b/tests/test-eds-valarms-config-files/.config/evolution/sources/system-proxy.source
deleted file mode 100644
index 4b2f666..0000000
--- a/tests/test-eds-valarms-config-files/.config/evolution/sources/system-proxy.source
+++ /dev/null
@@ -1,21 +0,0 @@
-
-[Data Source]
-DisplayName=Default Proxy Settings
-Enabled=true
-Parent=
-
-[Proxy]
-Method=default
-IgnoreHosts=localhost;127.0.0.0/8;::1;
-AutoconfigUrl=
-FtpHost=
-FtpPort=0
-HttpAuthPassword=
-HttpAuthUser=
-HttpHost=
-HttpPort=8080
-HttpUseAuth=false
-HttpsHost=
-HttpsPort=0
-SocksHost=
-SocksPort=0
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