aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-missing-trigger.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-10-05 18:17:59 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-10-05 18:17:59 +0000
commit5cdf435a358cee996f719e2d06182da2c867f2e5 (patch)
tree7c23970516b3faeb0d70ecaa95888d5dfd959aa0 /tests/test-eds-ics-missing-trigger.cpp
parent3f3445ae0c7c47f3351bccbb4e653c875da89f85 (diff)
parent55ec6e57ee6ec5930b2ec74ececde52ead16f935 (diff)
downloadayatana-indicator-datetime-5cdf435a358cee996f719e2d06182da2c867f2e5.tar.gz
ayatana-indicator-datetime-5cdf435a358cee996f719e2d06182da2c867f2e5.tar.bz2
ayatana-indicator-datetime-5cdf435a358cee996f719e2d06182da2c867f2e5.zip
Change the default alarm sound from "Suru arpeggio.ogg" to "Alarm clock.ogg" Fixes: #1489037
Approved by: PS Jenkins bot, Pete Woods
Diffstat (limited to 'tests/test-eds-ics-missing-trigger.cpp')
-rw-r--r--tests/test-eds-ics-missing-trigger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-eds-ics-missing-trigger.cpp b/tests/test-eds-ics-missing-trigger.cpp
index ba87011..4a26181 100644
--- a/tests/test-eds-ics-missing-trigger.cpp
+++ b/tests/test-eds-ics-missing-trigger.cpp
@@ -77,7 +77,7 @@ TEST_F(VAlarmFixture, MissingTriggers)
a.begin = DateTime { gtz, 2015, 6, 18, 10, 0, 0};
a.end = a.begin;
a.alarms.resize(1);
- a.alarms[0].audio_url = "file:///usr/share/sounds/ubuntu/ringtones/Suru arpeggio.ogg";
+ a.alarms[0].audio_url = "file:///usr/share/sounds/ubuntu/ringtones/Alarm clock.ogg";
a.alarms[0].time = a.begin;
a.alarms[0].text = a.summary;
expected.push_back(a);