diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-19 13:49:04 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 216f990d3a7db2999f185591d0ecee95645a411a (patch) | |
tree | 61583521fc643ad64c9848ef28d8f3aa98c9575e /tests/test-sound.cpp | |
parent | 1ace19e7b28a5e817114a47e25d540f8c48f1cec (diff) | |
download | ayatana-indicator-datetime-216f990d3a7db2999f185591d0ecee95645a411a.tar.gz ayatana-indicator-datetime-216f990d3a7db2999f185591d0ecee95645a411a.tar.bz2 ayatana-indicator-datetime-216f990d3a7db2999f185591d0ecee95645a411a.zip |
Update sound test.
Diffstat (limited to 'tests/test-sound.cpp')
-rw-r--r-- | tests/test-sound.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp index 59c1a28..469b085 100644 --- a/tests/test-sound.cpp +++ b/tests/test-sound.cpp @@ -155,8 +155,9 @@ TEST_F(NotificationFixture,DefaultSounds) std::string expected_role; std::string expected_uri; } test_cases[] = { - { ualarm, "alarm", path_to_uri(ALARM_DEFAULT_SOUND) }, - { appt, "alert", path_to_uri(CALENDAR_DEFAULT_SOUND) } + { ualarm, "alarm", path_to_uri(ALARM_DEFAULT_SOUND) } + // No sound for appointments + // { appt, "alert", path_to_uri(CALENDAR_DEFAULT_SOUND) } }; auto snap = create_snap(ne, sb, settings); |