Merge lp:~cr3/checkbox/1075625 into lp:checkbox

Proposed by Marc Tardif
Status: Merged
Approved by: Daniel Manrique
Approved revision: 1809
Merged at revision: 1809
Proposed branch: lp:~cr3/checkbox/1075625
Merge into: lp:checkbox
Diff against target: 25 lines (+3/-1)
2 files modified
debian/changelog (+2/-0)
jobs/camera.txt.in (+1/-1)
To merge this branch: bzr merge lp:~cr3/checkbox/1075625
Reviewer Review Type Date Requested Status
Daniel Manrique (community) Approve
Review via email: mp+133099@code.launchpad.net

Commit message

Merged fix to bug #1075625 by cr3.

Description of the change

This merge request fixes the submission process, so urgent attention would be much appreciated.

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-11-05 14:18:08 +0000
3+++ debian/changelog 2012-11-06 16:47:18 +0000
4@@ -56,6 +56,8 @@
5 and simplified horizontal/vertical scrolling tests.
6 * scripts/touchpad_scroll_resource, scripts/xinput_resource: Replaced
7 the touchpad_scroll_resource by reusing the xinput_resource script.
8+ * jobs/camera.txt.in: Piped output of multiple-resolution-images into
9+ the ansi_parser script (LP: #1075625)
10
11 [Sean Feole]
12 * [FEATURE] jobs/optical.txt.in: modified existing automation test
13
14=== modified file 'jobs/camera.txt.in'
15--- jobs/camera.txt.in 2012-10-26 07:48:44 +0000
16+++ jobs/camera.txt.in 2012-11-06 16:47:18 +0000
17@@ -43,7 +43,7 @@
18 requires:
19 package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
20 device.category == 'CAPTURE'
21-command: camera_test resolutions
22+command: camera_test resolutions | ansi_parser
23 _description:
24 Takes multiple pictures based on the resolutions supported by the camera and
25 validates their size and that they are of a valid format.

Subscribers

People subscribed via source and target branches