Merge lp:~sil2100/ubuntu-test-cases/touch_url-dispatcher_unity8 into lp:ubuntu-test-cases/touch

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Para Siva
Approved revision: 203
Merged at revision: 203
Proposed branch: lp:~sil2100/ubuntu-test-cases/touch_url-dispatcher_unity8
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/testconfig.py (+1/-1)
To merge this branch: bzr merge lp:~sil2100/ubuntu-test-cases/touch_url-dispatcher_unity8
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+211559@code.launchpad.net

Commit message

Force install of url-dispatcher-tools during unity8 testing, as it's a required dependency for unity8-autopilot

Description of the change

Force install of url-dispatcher-tools during unity8 testing, as it's a required dependency for unity8-autopilot.

I don't think we have any means to provide dependencies for click app tests, so we need to provide them manually.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) wrote :

Yea, I know that by installing url-dispatcher-tools the test_swipe_out_application_started_by_url_dispatcher test passed. Approving thinking that we are not masking the deps issue here.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/testconfig.py'
2--- jenkins/testconfig.py 2014-03-06 20:06:13 +0000
3+++ jenkins/testconfig.py 2014-03-18 15:40:24 +0000
4@@ -46,7 +46,7 @@
5 APTest('mediaplayer-app-autopilot', pkgs=['mediaplayer-app-autopilot']),
6 APTest('gallery-app-autopilot'),
7 APTest('webbrowser-app-autopilot', pkgs=['webbrowser-app-autopilot']),
8- APTest('unity8-autopilot', 'unity8', pkgs=['python-gi']),
9+ APTest('unity8-autopilot', 'unity8', pkgs=['python-gi', 'url-dispatcher-tools']),
10 APTest('notes-app-autopilot'),
11 APTest('camera-app-autopilot'),
12 APTest('dialer-app-autopilot', pkgs=['dialer-app-autopilot']),

Subscribers

People subscribed via source and target branches