aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-notification.cpp2
-rw-r--r--tests/test-sound.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-notification.cpp b/tests/test-notification.cpp
index b951cee..d660982 100644
--- a/tests/test-notification.cpp
+++ b/tests/test-notification.cpp
@@ -63,7 +63,7 @@ TEST_F(NotificationFixture,Notification)
bool expected_notify_called;
bool expected_vibrate_called;
} test_appts[] = {
- { appt, "appointment", "Event", true, true },
+ { appt, "calendar", "Event", true, true },
{ ualarm, "alarm-clock", "Alarm", true, true }
};
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp
index 469b085..013c388 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("appointment", str);
+ ASSERT_STREQ("calendar", str);
// confirm that the hints passed to Notify included a timeout matching duration_minutes
int32_t i32;