diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-30 17:29:14 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-30 17:29:14 +0200 |
| commit | 701a4206b2932b00ee79e8d61f3157139ef32c4b (patch) | |
| tree | 446382fa9a138c119e836492663f92e82de238fb /tests | |
| parent | 443e07040c631800551943876a7dffc99a3afc22 (diff) | |
TestLockScreenController: add input monitor instance
(bzr r3788.10.5)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_lockscreen_controller.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_lockscreen_controller.cpp b/tests/test_lockscreen_controller.cpp index c7db68fd2..539209588 100644 --- a/tests/test_lockscreen_controller.cpp +++ b/tests/test_lockscreen_controller.cpp @@ -31,6 +31,7 @@ using namespace testing; #include "lockscreen/LockScreenSettings.h" #include "lockscreen/ScreenSaverDBusManager.h" #include "unity-shared/DashStyle.h" +#include "unity-shared/InputMonitor.h" #include "unity-shared/PanelStyle.h" #include "unity-shared/UScreen.h" #include "mock_key_grabber.h" @@ -108,6 +109,7 @@ struct TestLockScreenController : Test nux::animation::AnimationController animation_controller; MockUScreen uscreen; + unity::input::Monitor im; unity::dash::Style dash_style; unity::panel::Style panel_style; unity::lockscreen::Settings lockscreen_settings; |
