diff options
author | Greg Ward <gward@python.net> | 2005-03-07 01:41:11 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2005-03-07 01:41:11 (GMT) |
commit | 50682d0f78a06cff01a9b769128e30c8e0e37c0c (patch) | |
tree | deccd6922a7c042eec8cf97d75ab95e4b12b3ba7 /Lib/test/output | |
parent | 78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e (diff) | |
download | cpython-50682d0f78a06cff01a9b769128e30c8e0e37c0c.zip cpython-50682d0f78a06cff01a9b769128e30c8e0e37c0c.tar.gz cpython-50682d0f78a06cff01a9b769128e30c8e0e37c0c.tar.bz2 |
SF #818006: merge from release24-maint branch: add useful read-only
attributes to oss_audio_device object: 'closed', 'name', and 'mode'.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_ossaudiodev | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/output/test_ossaudiodev b/Lib/test/output/test_ossaudiodev index 6903012..9f55afa 100644 --- a/Lib/test/output/test_ossaudiodev +++ b/Lib/test/output/test_ossaudiodev @@ -1,6 +1,3 @@ test_ossaudiodev playing test sound file... -elapsed time: 2.9 sec -setparameters: got OSSAudioError as expected -setparameters: got OSSAudioError as expected -setparameters: got OSSAudioError as expected +elapsed time: 3.1 sec |