This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin
Date 2009-11-11.15:37:59
SpamBayes Score 3.6051e-05
Marked as misclassified No
Message-id <1257953885.18.0.603136766884.issue7306@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed test failures on trunk for test_winsound on only one of my
boxes. Everything works fine on XP, but PlaySoundTest test methods fail
on Windows Server 2003.

It appears that on WS2k3 there are no default system sounds configured.
For example, view the difference of the following registry key on an XP
and Server machine:
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Default.

The patch includes a function to figure out if a WAV file is associated
with a particular sound, and unittest.skipIf is used to decorate some
methods to skip if they don't have a configured sound.
History
Date User Action Args
2009-11-11 15:38:05brian.curtinsetrecipients: + brian.curtin
2009-11-11 15:38:05brian.curtinsetmessageid: <1257953885.18.0.603136766884.issue7306@psf.upfronthosting.co.za>
2009-11-11 15:38:01brian.curtinlinkissue7306 messages
2009-11-11 15:38:00brian.curtincreate