]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 43079 from the trunk. This should allow test_winsound to pass
authorTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 18:52:17 +0000 (18:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 18:52:17 +0000 (18:52 +0000)
commitd82f39197405e63174bfa3f14c44fc504021877a
tree5629cc89f7fdcbfc0680ef4bbde788d158cac48e
parent03de6fd89f5cc50df7c310e7f2fcd564286f23f2
Merge rev 43079 from the trunk.  This should allow test_winsound to pass
on a box without a sound card.

Update test_winsound to check for a configured sound card (using a VBScript
helper written by Roger Upole and Mark Hammond) and adjust the expected
PlaySoundTest case results accordingly.
Lib/test/check_soundcard.vbs [new file with mode: 0644]
Lib/test/test_winsound.py