Merge lp:~veebers/autopilot/change-screen_geo_to_display-fixes_1174552 into lp:autopilot

Proposed by Christopher Lee
Status: Merged
Approved by: Thomi Richards
Approved revision: 176
Merged at revision: 176
Proposed branch: lp:~veebers/autopilot/change-screen_geo_to_display-fixes_1174552
Merge into: lp:autopilot
Diff against target: 11 lines (+1/-1)
1 file modified
autopilot/testcase.py (+1/-1)
To merge this branch: bzr merge lp:~veebers/autopilot/change-screen_geo_to_display-fixes_1174552
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Thomi Richards (community) Approve
Review via email: mp+161513@code.launchpad.net

Commit message

Fixes bug lp:1174552

Within testcase change self.screen_geo to self.display.

Description of the change

Fixes bug lp:1174552

Within testcase change self.screen_geo to self.display.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/testcase.py'
2--- autopilot/testcase.py 2013-04-25 23:02:59 +0000
3+++ autopilot/testcase.py 2013-04-29 21:52:53 +0000
4@@ -116,7 +116,7 @@
5 self.keyboard = Keyboard.create()
6 self.mouse = Mouse.create()
7
8- self.screen_geo = Display.create()
9+ self.display = Display.create()
10 self.addCleanup(self.keyboard.cleanup)
11 self.addCleanup(self.mouse.cleanup)
12

Subscribers

People subscribed via source and target branches