~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to tests/unit-tests/input/android/test_android_input_targeter.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Daniel van Vugt, Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140108020438-ikbu7qqm9v2l026y
Tags: 0.1.3+14.04.20140108-0ubuntu1
[ Daniel van Vugt ]
* Preparing for release 0.1.3

[ Ubuntu daily release ]
* Automatic snapshot from revision 1170

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
    mtd::MockWindowHandleRepository repository;
59
59
    mia::InputTargeter targeter(dispatcher, mt::fake_shared(repository));
60
 
    
 
60
 
61
61
    targeter.focus_cleared();
62
62
}
63
63
 
77
77
        .Times(1)
78
78
        .WillOnce(Return(stub_window_handle));
79
79
    mia::InputTargeter targeter(dispatcher, mt::fake_shared(repository));
80
 
    
 
80
 
81
81
    targeter.focus_changed(stub_channel);
82
82
}
83
83