aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-19 13:49:04 -0300
committerRobert Tari <robert@tari.in>2021-07-06 02:11:46 +0200
commit6450ac7ffcbc900fb5792479c021e3fbe2b212dd (patch)
tree6c7e49f85404f6b2d441f736fa6ea69bb1ed651e /tests
parent6e9b1ac9d055f45cb04842b9ab5d86810eb7d2c8 (diff)
downloadayatana-indicator-datetime-6450ac7ffcbc900fb5792479c021e3fbe2b212dd.tar.gz
ayatana-indicator-datetime-6450ac7ffcbc900fb5792479c021e3fbe2b212dd.tar.bz2
ayatana-indicator-datetime-6450ac7ffcbc900fb5792479c021e3fbe2b212dd.zip
Update sound test.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-sound.cpp5
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);