~ci-train-bot/unity/unity-ubuntu-artful-2740

« back to all changes in this revision

Viewing changes to tests/test_mock_session_manager.h

  • Committer: Andrea Azzarone
  • Date: 2017-01-04 15:46:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4216.
  • Revision ID: azzaronea@gmail.com-20170104154647-7utea9tz6lj2r4y2
GetAutomaticLogin -> AutomaticLogin

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  MOCK_CONST_METHOD0(UserName, std::string());
35
35
  MOCK_CONST_METHOD0(HostName, std::string());
36
36
  MOCK_CONST_METHOD1(UserIconFile, void(ReplyCallback const&));
37
 
  MOCK_CONST_METHOD0(GetAutomaticLogin, bool());
 
37
  MOCK_CONST_METHOD0(AutomaticLogin, bool());
38
38
 
39
39
  MOCK_METHOD0(ScreenSaverActivate, void());
40
40
  MOCK_METHOD0(ScreenSaverDeactivate, void());