]> granicus.if.org Git - python/commit
Update test_winsound to check for a configured sound card (using a VBScript
authorTrent Mick <trentm@activestate.com>
Thu, 16 Mar 2006 17:34:41 +0000 (17:34 +0000)
committerTrent Mick <trentm@activestate.com>
Thu, 16 Mar 2006 17:34:41 +0000 (17:34 +0000)
commitf8cf13eeb73f63cdd49df4d146d72005164aca4c
tree57abf2d686d01fa7aeeab462b9e82414b9ad2a76
parent4fe4ed2525602b03b787b013366184631926c530
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