~ps-jenkins/mir/latestsnapshot-0.0.15+13.10.20131014-0ubuntu1

« back to all changes in this revision

Viewing changes to tests/integration-tests/test_display_server_main_loop_events.cpp

  • Committer: Alan Griffiths
  • Date: 2013-10-09 15:02:33 UTC
  • mfrom: (1081.3.39 development-branch)
  • Revision ID: alan@octopull.co.uk-20131009150233-cxko8jqnkxse131h
client: use lock_guard as it is simpler than unique_lock. (fix for mallit)
frontend: Remove the endpoint first when shutting down. Fixes bug lp#1235159.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    MOCK_METHOD0(start, void());
60
60
    MOCK_METHOD0(stop, void());
61
61
    MOCK_CONST_METHOD0(client_socket_fd, int());
 
62
    MOCK_CONST_METHOD0(remove_endpoint, void());
62
63
};
63
64
 
64
65
class MockDisplayChanger : public mir::DisplayChanger