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

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

Commit message

first step for autopilot tests to run on touch devices

Description of the change

first step for autopilot tests to run on touch devices

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/tests/__init__.py'
2--- tests/autopilot/ubuntuuitoolkit/tests/__init__.py 2013-08-01 07:39:32 +0000
3+++ tests/autopilot/ubuntuuitoolkit/tests/__init__.py 2013-08-21 13:31:25 +0000
4@@ -76,7 +76,8 @@
5 "/usr/lib/" + arch + "/qt5/bin/qmlscene",
6 "-I", get_module_include_path(),
7 qml_path,
8- emulator_base=emulators.UbuntuUIToolkitEmulatorBase)
9+ emulator_base=emulators.UbuntuUIToolkitEmulatorBase,
10+ app_type='qt')
11
12 if (hasattr(self, 'test_qml_file') and
13 isinstance(self.test_qml_file, basestring)):
14@@ -85,7 +86,8 @@
15 "/usr/lib/" + arch + "/qt5/bin/qmlscene",
16 "-I", get_module_include_path(),
17 qml_path,
18- emulator_base=emulators.UbuntuUIToolkitEmulatorBase)
19+ emulator_base=emulators.UbuntuUIToolkitEmulatorBase,
20+ app_type='qt')
21
22 self.assertThat(
23 self.main_view.visible, Eventually(Equals(True)))

Subscribers

People subscribed via source and target branches

to status/vote changes: