diff options
author | Greg Ward <gward@python.net> | 2003-05-29 01:29:28 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2003-05-29 01:29:28 (GMT) |
commit | 29a1deff3a1e0bf6d2d936a3d3c2da17d66ff414 (patch) | |
tree | b21bc404760ac58f9858901fb6e1727ad51922cd /Lib/test/output | |
parent | 4f12d4652de6278d8d1219023544672e3ad3090e (diff) | |
download | cpython-29a1deff3a1e0bf6d2d936a3d3c2da17d66ff414.zip cpython-29a1deff3a1e0bf6d2d936a3d3c2da17d66ff414.tar.gz cpython-29a1deff3a1e0bf6d2d936a3d3c2da17d66ff414.tar.bz2 |
Test script changed.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_ossaudiodev | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Lib/test/output/test_ossaudiodev b/Lib/test/output/test_ossaudiodev index a512daa..6903012 100644 --- a/Lib/test/output/test_ossaudiodev +++ b/Lib/test/output/test_ossaudiodev @@ -1,7 +1,6 @@ test_ossaudiodev -expected rate >= 0, not -1 -expected sample size >= 0, not -2 -nchannels must be 1 or 2, not 3 -unknown audio encoding: 177 -for linear unsigned 16-bit little-endian audio, expected sample size 16, not 8 -for linear unsigned 8-bit audio, expected sample size 8, not 16 +playing test sound file... +elapsed time: 2.9 sec +setparameters: got OSSAudioError as expected +setparameters: got OSSAudioError as expected +setparameters: got OSSAudioError as expected |