aboutsummaryrefslogtreecommitdiff
path: root/tests/test-sound.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-02-03 12:28:10 -0600
committerRobert Tari <robert@tari.in>2021-07-01 02:08:33 +0200
commit277352c1051bca0b1bca266448947d04ac57c740 (patch)
tree9abb334c7e1a40c36cbfa660e38ab16c85499ab0 /tests/test-sound.cpp
parent990df2335fddc985aa789d82d184eaa83409b73b (diff)
downloadayatana-indicator-datetime-277352c1051bca0b1bca266448947d04ac57c740.tar.gz
ayatana-indicator-datetime-277352c1051bca0b1bca266448947d04ac57c740.tar.bz2
ayatana-indicator-datetime-277352c1051bca0b1bca266448947d04ac57c740.zip
add notification title, icon checks to test-notification's battery of test combinations
Diffstat (limited to 'tests/test-sound.cpp')
-rw-r--r--tests/test-sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp
index 8e55986..c2a8fb5 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("alarm-clock", str);
+ ASSERT_STREQ("reminder", str);
// confirm that the hints passed to Notify included a timeout matching duration_minutes
int32_t i32;