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
=== modified file 'tests/autopilot/camera_app/tests/test_capture.py'
--- tests/autopilot/camera_app/tests/test_capture.py 2014-07-03 10:28:23 +0000
+++ tests/autopilot/camera_app/tests/test_capture.py 2014-09-24 17:17:36 +0000
@@ -35,7 +35,7 @@
35 @unittest.skipIf(model() == 'Galaxy Nexus', 'Unusable with Mir on maguro')35 @unittest.skipIf(model() == 'Galaxy Nexus', 'Unusable with Mir on maguro')
36 def test_take_picture(self):36 def test_take_picture(self):
37 exposure_button = self.main_window.get_exposure_button()37 exposure_button = self.main_window.get_exposure_button()
38 pictures_dir = os.path.expanduser("~/Pictures/camera")38 pictures_dir = os.path.expanduser("~/Pictures/com.ubuntu.camera")
3939
40 # Remove all pictures from pictures_dir that match our pattern40 # Remove all pictures from pictures_dir that match our pattern
41 files = [41 files = [

Subscribers

People subscribed via source and target branches