Merge lp:~nfiewiqp4n321fdsaniro34214/apport/apport-symptoms into lp:~ubuntu-dev/apport/apport-symptoms

Proposed by fdsoqweo4
Status: Merged
Merged at revision: 42
Proposed branch: lp:~nfiewiqp4n321fdsaniro34214/apport/apport-symptoms
Merge into: lp:~ubuntu-dev/apport/apport-symptoms
Diff against target: 37 lines (+10/-2)
2 files modified
debian/changelog (+6/-0)
symptoms/audio.py (+4/-2)
To merge this branch: bzr merge lp:~nfiewiqp4n321fdsaniro34214/apport/apport-symptoms
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Michael Casadevall Approve
Review via email: mp+41544@code.launchpad.net

This proposal supersedes a proposal from 2010-11-23.

To post a comment you must log in.
Revision history for this message
Michael Casadevall (mcasadevall) wrote :

Code looks sane to me, and appears to correct the bug, but unsure if this is the correct approach to resolving this. pitti should look and do the actual merge however.

review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Thank you! Merged and uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-03-10 14:18:41 +0000
+++ debian/changelog 2010-11-23 02:44:14 +0000
@@ -1,3 +1,9 @@
1apport-symptoms (0.10) natty; urgency=low
2
3 * audio.py: Resolves syntax confusion in audio test (LP: #678371)
4
5 -- Weston Miller <westonmiller@gmail.com> Mon, 22 Nov 2010 20:27:25 -0600
6
1apport-symptoms (0.9) lucid; urgency=low7apport-symptoms (0.9) lucid; urgency=low
28
3 * storage.py: Move from devicekit-disks to udisks.9 * storage.py: Move from devicekit-disks to udisks.
410
=== modified file 'symptoms/audio.py'
--- symptoms/audio.py 2010-02-14 01:20:37 +0000
+++ symptoms/audio.py 2010-11-23 02:44:14 +0000
@@ -278,7 +278,8 @@
278278
279 ui.information('Next, a speaker test will be performed. For your safety,\n'279 ui.information('Next, a speaker test will be performed. For your safety,\n'
280 'if you have headphones on, take them off to avoid damaging your ears.\n'280 'if you have headphones on, take them off to avoid damaging your ears.\n'
281 'Press OK to hear the test tone. It should alternate between %d channels.'281 'Close this window to hear the test tones.\n'
282 'It should alternate between %d channels.'
282 % channelcount)283 % channelcount)
283 run_subprocess(report, 'SpeakerTestAlsa', ['pasuspender', '--', 284 run_subprocess(report, 'SpeakerTestAlsa', ['pasuspender', '--',
284 'speaker-test', '-l', '3', '-c', str(channelcount), '-b', '100000', 285 'speaker-test', '-l', '3', '-c', str(channelcount), '-b', '100000',
@@ -286,7 +287,8 @@
286 if not ui.yesno('Were the test tones played back correctly?'):287 if not ui.yesno('Were the test tones played back correctly?'):
287 return set_title(report, 'alsa-base', 'ALSA test tone not correctly played back', card)288 return set_title(report, 'alsa-base', 'ALSA test tone not correctly played back', card)
288289
289 ui.information('Press OK to hear the second test tone. It should alternate between channels.')290 ui.information('Close this window to hear the second test tone.\n'
291 'It should alternate between channels.')
290 run_subprocess(report, 'SpeakerTestPulse', ['speaker-test', '-l', '3', 292 run_subprocess(report, 'SpeakerTestPulse', ['speaker-test', '-l', '3',
291 '-c', str(channelcount), '-b', '100000', '-D', 'pulse', '-t', 'sine'])293 '-c', str(channelcount), '-b', '100000', '-D', 'pulse', '-t', 'sine'])
292 if not ui.yesno('Were the test tones played back correctly?'):294 if not ui.yesno('Were the test tones played back correctly?'):

Subscribers

People subscribed via source and target branches