Merge lp:~thomir-deactivatedaccount/autopilot-qt/trunk-fix-failing-ap-tests into lp:autopilot-qt

Proposed by Thomi Richards
Status: Needs review
Proposed branch: lp:~thomir-deactivatedaccount/autopilot-qt/trunk-fix-failing-ap-tests
Merge into: lp:autopilot-qt
Diff against target: 13 lines (+2/-2)
1 file modified
tests/autopilot/libautopilot_qt/tests/test_main.py (+2/-2)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/autopilot-qt/trunk-fix-failing-ap-tests
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Autopilot Hackers Pending
Review via email: mp+205676@code.launchpad.net

Commit message

Fix failing autopilot test.

Description of the change

Fix failing autopilot test.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

79. By Thomi Richards

Fix failing autopilot tests.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/libautopilot_qt/tests/test_main.py'
2--- tests/autopilot/libautopilot_qt/tests/test_main.py 2014-01-30 04:01:05 +0000
3+++ tests/autopilot/libautopilot_qt/tests/test_main.py 2014-02-11 00:41:44 +0000
4@@ -61,8 +61,8 @@
5 self.assertThat(rectangle.color, Equals([0, 0, 255, 255]))
6
7 mousearea = self.main_window.get_test_mousearea()
8- self.pointing_device.move_to_object(mousearea)
9- self.pointing_device.click()
10+ self.mouse.move_to_object(mousearea)
11+ self.mouse.click()
12
13 self.assertThat(rectangle.color, Eventually(Equals([255, 0, 0, 255])))
14

Subscribers

People subscribed via source and target branches

to all changes: