Merge lp:~aacid/unity-2d/unity-2d_test_mouse_fixlet into lp:unity-2d

Proposed by Albert Astals Cid on 2012-01-27
Status: Merged
Approved by: Michał Sawicz on 2012-01-27
Approved revision: 879
Merged at revision: 879
Proposed branch: lp:~aacid/unity-2d/unity-2d_test_mouse_fixlet
Merge into: lp:unity-2d
Diff against target: 11 lines (+1/-0)
1 file modified
tests/places/places-tests.rb (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity-2d/unity-2d_test_mouse_fixlet
Reviewer Review Type Date Requested Status
Michał Sawicz 2012-01-27 Approve on 2012-01-27
Review via email: mp+90441@code.launchpad.net

Description of the Change

[test] Make sure the mouse is not on the way, needed for the test to succeed

To post a comment you must log in.
Michał Sawicz (saviq) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/places/places-tests.rb'
2--- tests/places/places-tests.rb 2012-01-27 10:21:53 +0000
3+++ tests/places/places-tests.rb 2012-01-27 14:41:26 +0000
4@@ -220,6 +220,7 @@
5 # References
6 # * None
7 test "Super, Super and Alt+F1 interaction" do
8+ XDo::Mouse.move(200, 200, 0, true)
9 xid = TmpWindow.open_window_at(10,100)
10 verify_equal( xid.id, TIMEOUT, 'terminal should have focus after starting it' ) {
11 XDo::XWindow.active_window

Subscribers

People subscribed via source and target branches