From 6b85df64a2639b133e1bbdf583f7f2ace992b178 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Feb 2016 12:28:10 -0600 Subject: add notification title, icon checks to test-notification's battery of test combinations --- tests/test-sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-sound.cpp') 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; -- cgit v1.2.3