Merge lp:~sil2100/ubuntu-test-cases/touch-fix-address-book into lp:ubuntu-test-cases/touch

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: 268
Proposed branch: lp:~sil2100/ubuntu-test-cases/touch-fix-address-book
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-address-book
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+229950@code.launchpad.net

Commit message

Install the address-book-service-dummy during calendar-app tests, as it is required for all tests to work properly"

Description of the change

Install the address-book-service-dummy during calendar-app tests, as it is required for all tests to work properly"

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

Looks good, only failure is the previous one that's known according to brendand

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'jenkins/testconfig.py'
--- jenkins/testconfig.py 2014-07-25 22:15:49 +0000
+++ jenkins/testconfig.py 2014-08-07 14:53:50 +0000
@@ -58,7 +58,7 @@
58 APTest('dialer-app-autopilot', pkgs=['dialer-app-autopilot']),58 APTest('dialer-app-autopilot', pkgs=['dialer-app-autopilot']),
59 APTest('messaging-app-autopilot', pkgs=['messaging-app-autopilot']),59 APTest('messaging-app-autopilot', pkgs=['messaging-app-autopilot']),
60 APTest('address-book-app-autopilot', pkgs=['address-book-app-autopilot']),60 APTest('address-book-app-autopilot', pkgs=['address-book-app-autopilot']),
61 APTest('calendar-app-autopilot'),61 APTest('calendar-app-autopilot', pkgs=['address-book-service-dummy']),
62 APTest('music-app-autopilot'),62 APTest('music-app-autopilot'),
63 APTest('dropping-letters-app-autopilot'),63 APTest('dropping-letters-app-autopilot'),
64 APTest('sudoku-app-autopilot'),64 APTest('sudoku-app-autopilot'),

Subscribers

People subscribed via source and target branches