~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to tests/backend-dbus/test-actions.cc

  • Committer: Stephen M. Webb
  • Date: 2014-03-23 21:32:27 UTC
  • Revision ID: stephen.webb@canonical.com-20140323213227-l4ibsge0sd7xfhav
removed tests that assume gnome-session

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
  wait_msec (50);
277
277
  ASSERT_EQ (MockSessionManager::None, session_manager->last_action ());
278
278
 
 
279
#if 0
279
280
  // confirm that user is prompted
280
281
  // and that no action is taken when the user cancels the dialog
281
282
  indicator_session_actions_logout (actions);
294
295
  indicator_session_actions_logout (actions);
295
296
  wait_msec (50);
296
297
  ASSERT_EQ (MockSessionManager::LogoutQuiet, session_manager->last_action ());
 
298
#endif
297
299
 
298
300
  g_settings_reset (indicator_settings, SUPPRESS_KEY);
299
301
}