Merge lp:~mhr3/unity/fix-ap-preview-tests into lp:unity

Proposed by Michal Hruby
Status: Merged
Merged at revision: 3429
Proposed branch: lp:~mhr3/unity/fix-ap-preview-tests
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/unity/tests/test_dash.py (+1/-1)
To merge this branch: bzr merge lp:~mhr3/unity/fix-ap-preview-tests
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Marco Trevisan (Treviño) Approve
Review via email: mp+175123@code.launchpad.net

Commit message

Fix AP tests - installed apps are special-cased and previews are invoked using right click

Description of the change

Fix AP tests - installed apps are special-cased and previews are done using right click, not left.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) wrote :

Come on, land, this didn't touch any unit tests...

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Your upcoming branch will make this easier to land, but let's try again in the mean time ;)

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unity/tests/test_dash.py'
2--- tests/autopilot/unity/tests/test_dash.py 2013-07-04 08:02:20 +0000
3+++ tests/autopilot/unity/tests/test_dash.py 2013-07-16 20:13:29 +0000
4@@ -1127,7 +1127,7 @@
5 results = category.get_results()
6
7 result = results[0]
8- result.preview()
9+ result.preview(button=2)
10 self.assertThat(self.unity.dash.view.preview_displaying, Eventually(Equals(True)))
11
12 self.preview_container = self.unity.dash.view.get_preview_container()