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

« back to all changes in this revision

Viewing changes to tests/unit-tests/scene/test_global_event_sender.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    EXPECT_CALL(mock_storage, for_each(_))
55
55
        .Times(1)
56
 
        .WillOnce(SaveArg<0>(&called_fn)); 
 
56
        .WillOnce(SaveArg<0>(&called_fn));
57
57
 
58
58
    ms::GlobalEventSender g_sender(mt::fake_shared(mock_storage));
59
59