We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1723 - SDL's test suite for audio logs wrong information.
Summary: SDL's test suite for audio logs wrong information.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 trivial
Assignee: Andreas Schiffler
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 07:17 UTC by Philipp Wiesemann
Modified: 2013-02-18 08:00 UTC (History)
0 users

See Also:


Attachments
Patch for SDL's testautomation_audio.c which logs wrong information. (1.05 KB, patch)
2013-02-17 07:17 UTC, Philipp Wiesemann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Wiesemann 2013-02-17 07:17:44 UTC
Created attachment 1045 [details]
Patch for SDL's testautomation_audio.c which logs wrong information.

Hello,

SDL's test suite for audio (testautomation_audio.c) logs wrong information. "output" and "capture" are mixed up. I attached a patch with a correction.
Comment 1 Andreas Schiffler 2013-02-18 08:00:48 UTC
Fixed based on patch code.