aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-nonrepeating-events.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-10-13 09:40:02 -0500
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 21:02:35 +0000
commit31e6de7122102d12d7125c664e57f72c0e9a93c5 (patch)
treebe3505306468524e434809ca5939d518c97e1f35 /tests/test-eds-ics-nonrepeating-events.cpp
parent5f6a9116fefd251d9f6e2aac1cde815b45d5ce35 (diff)
downloadayatana-indicator-datetime-31e6de7122102d12d7125c664e57f72c0e9a93c5.tar.gz
ayatana-indicator-datetime-31e6de7122102d12d7125c664e57f72c0e9a93c5.tar.bz2
ayatana-indicator-datetime-31e6de7122102d12d7125c664e57f72c0e9a93c5.zip
use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp files
Diffstat (limited to 'tests/test-eds-ics-nonrepeating-events.cpp')
-rw-r--r--tests/test-eds-ics-nonrepeating-events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-eds-ics-nonrepeating-events.cpp b/tests/test-eds-ics-nonrepeating-events.cpp
index 9c60fab..55fce6c 100644
--- a/tests/test-eds-ics-nonrepeating-events.cpp
+++ b/tests/test-eds-ics-nonrepeating-events.cpp
@@ -73,7 +73,7 @@ TEST_F(VAlarmFixture, MultipleAppointments)
expected_appt.color = "#becedd";
expected_appt.summary = "Alarm";
std::array<Alarm,1> expected_alarms = {
- Alarm({"Alarm", "file:///usr/share/sounds/ubuntu/ringtones/Alarm clock.ogg", DateTime(gtz,2015,5,20,20,00,0)})
+ Alarm({"Alarm", "file://" ALARM_DEFAULT_SOUND, DateTime(gtz,2015,5,20,20,00,0)})
};
// compare it to what we actually loaded...