diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-27 14:31:28 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa (patch) | |
tree | 7744b8e3b4df771805d4ff600dfaab356eac479e /tests/test-sound.cpp | |
parent | 02ea97a63928c5da4ca1882d34ae61076b06c945 (diff) | |
download | ayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.tar.gz ayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.tar.bz2 ayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.zip |
Only creates messaging menu if calendar app is instaled. Update tests.
Diffstat (limited to 'tests/test-sound.cpp')
-rw-r--r-- | tests/test-sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp index 013c388..0d80109 100644 --- a/tests/test-sound.cpp +++ b/tests/test-sound.cpp @@ -85,7 +85,7 @@ TEST_F(NotificationFixture, InteractiveDuration) // confirm that the icon passed to Notify was "alarm-clock" g_variant_get_child (params, 2, "&s", &str); - ASSERT_STREQ("calendar", str); + ASSERT_STREQ("calendar-app", str); // confirm that the hints passed to Notify included a timeout matching duration_minutes int32_t i32; |