aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-service.cc b/tests/test-service.cc
index 1f3272f..20c70f5 100644
--- a/tests/test-service.cc
+++ b/tests/test-service.cc
@@ -815,7 +815,7 @@ TEST_F (ServiceTest, User)
/* Hide the user list */
g_settings_set_boolean (indicator_settings, "user-show-menu", FALSE);
wait_for_menu_resync ();
- // now there should be 7 menuitems: greeter + guest + the five doctors
+ // now there should be 2 menuitems: greeter + guest
ASSERT_TRUE (find_menu_item_for_action ("indicator.switch-to-screensaver", &switch_menu, &pos));
ASSERT_EQ (0, pos);
ASSERT_EQ (2, g_menu_model_get_n_items (switch_menu));