Merge lp:~om26er/ubuntu-ui-toolkit/autopilot_emulators_fix into lp:ubuntu-ui-toolkit

Proposed by Omer Akram
Status: Merged
Approved by: Günter Schwann
Approved revision: 701
Merged at revision: 701
Proposed branch: lp:~om26er/ubuntu-ui-toolkit/autopilot_emulators_fix
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/ubuntuuitoolkit/emulators.py (+1/-1)
To merge this branch: bzr merge lp:~om26er/ubuntu-ui-toolkit/autopilot_emulators_fix
Reviewer Review Type Date Requested Status
Günter Schwann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+181309@code.launchpad.net

Commit message

make the input device detection logic inside autopilot emulators actually work

Description of the change

make the input device detection logic inside autopilot emulators actually work

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

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntuuitoolkit/emulators.py'
2--- tests/autopilot/ubuntuuitoolkit/emulators.py 2013-08-14 14:30:07 +0000
3+++ tests/autopilot/ubuntuuitoolkit/emulators.py 2013-08-21 13:54:15 +0000
4@@ -31,7 +31,7 @@
5 If not, the pointing device will be `Touch`.
6
7 """
8- if platform.model == 'Desktop':
9+ if platform.model() == 'Desktop':
10 input_device_class = input.Mouse
11 else:
12 input_device_class = input.Touch

Subscribers

People subscribed via source and target branches

to status/vote changes: