~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_session_mediator_report.cpp

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2015-10-08 16:12:19 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: package-import@ubuntu.com-20151008161219-emk4a1ys51yy0wjb
Tags: upstream-0.17.0+15.10.20151008.2
ImportĀ upstreamĀ versionĀ 0.17.0+15.10.20151008.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    MOCK_METHOD2(session_start_prompt_session_called, void (std::string const&, pid_t));
52
52
    MOCK_METHOD1(session_stop_prompt_session_called, void (std::string const&));
53
53
 
54
 
    void session_drm_auth_magic_called(const std::string&) override {};
55
54
    void session_configure_surface_called(std::string const&) override {};
56
55
    void session_configure_surface_cursor_called(std::string const&) override {};
57
56
    void session_configure_display_called(std::string const&) override {};