Merge lp:~phablet-team/camera-app/fix-tests into lp:camera-app

Proposed by Ugo Riboni
Status: Merged
Merge reported by: Florian Boucault
Merged at revision: not available
Proposed branch: lp:~phablet-team/camera-app/fix-tests
Merge into: lp:camera-app
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/camera_app/tests/test_capture.py (+1/-1)
To merge this branch: bzr merge lp:~phablet-team/camera-app/fix-tests
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+235838@code.launchpad.net

Commit message

Fix failing capture test by using the correct target path

Description of the change

Fix failing capture test by using the correct target path

To post a comment you must log in.
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/camera_app/tests/test_capture.py'
2--- tests/autopilot/camera_app/tests/test_capture.py 2014-07-03 10:28:23 +0000
3+++ tests/autopilot/camera_app/tests/test_capture.py 2014-09-24 17:17:36 +0000
4@@ -35,7 +35,7 @@
5 @unittest.skipIf(model() == 'Galaxy Nexus', 'Unusable with Mir on maguro')
6 def test_take_picture(self):
7 exposure_button = self.main_window.get_exposure_button()
8- pictures_dir = os.path.expanduser("~/Pictures/camera")
9+ pictures_dir = os.path.expanduser("~/Pictures/com.ubuntu.camera")
10
11 # Remove all pictures from pictures_dir that match our pattern
12 files = [

Subscribers

People subscribed via source and target branches