~ci-train-bot/unity/unity-ubuntu-yakkety-2192

« back to all changes in this revision

Viewing changes to tests/test_mock_session_manager.h

  • Committer: CI bot
  • Author(s): Andrea Azzarone
  • Date: 2014-03-11 18:36:57 UTC
  • mfrom: (3566.5.457 unity)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311183657-b3haqqvvr2ctp9u9
Implement the lockscreen in Unity that looks like unity-greeter. Also allow to fallback to lightdm + greeter (tty switching) in case you need more pam power. Fixes: 878836, 1266464, 1282798

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
  MOCK_CONST_METHOD0(RealName, std::string());
33
33
  MOCK_CONST_METHOD0(UserName, std::string());
 
34
  MOCK_CONST_METHOD0(HostName, std::string());
34
35
 
35
36
  MOCK_METHOD0(LockScreen, void());
36
37
  MOCK_METHOD0(Logout, void());