From 6450ac7ffcbc900fb5792479c021e3fbe2b212dd Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Tue, 19 Apr 2016 13:49:04 -0300 Subject: Update sound test. --- tests/test-sound.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') 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); -- cgit v1.2.3