Merge lp:~sil2100/ubuntu-test-cases/touch-fix-old-trouble into lp:ubuntu-test-cases/touch

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Para Siva
Approved revision: 245
Merged at revision: 244
Proposed branch: lp:~sil2100/ubuntu-test-cases/touch-fix-old-trouble
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-fix-old-trouble
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+222014@code.launchpad.net

Commit message

Fix some old leftover manual dependency installation for the unity8 test suite. This generally causes chaos - we shouldn't remove url-dispatcher-tools now as it's seeded and causes trouble in the image.

Description of the change

Fix some old leftover manual dependency installation for the unity8 test suite. This generally causes chaos - we shouldn't remove url-dispatcher-tools now as it's seeded and causes trouble in the image.

To post a comment you must log in.
245. By Łukasz Zemczak

Actually, don't install unity8-autopilot, we don't use it for tests

Revision history for this message
Para Siva (psivaa) :
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-05-06 09:23:52 +0000
3+++ jenkins/testconfig.py 2014-06-04 11:14:49 +0000
4@@ -52,7 +52,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=['url-dispatcher-tools']),
9+ APTest('unity8-autopilot', 'unity8'),
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