[issue7306] Patch - skip winsound tests if no default sound is configured

2010-04-12 Thread Brian Curtin
Brian Curtin added the comment: Committed in r80026-r80029. -- assignee: -> brian.curtin resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue7306] Patch - skip winsound tests if no default sound is configured

2010-01-12 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-12-15 Thread Brian Curtin
Brian Curtin added the comment: True, that slipped by me - thanks. Updated the patch against r76850. -- Added file: http://bugs.python.org/file15566/winsound_test_skipping_v2.diff ___ Python tracker __

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: You can use unittest.skipUnless instead of skipIf since you have a not condition in all of them. -- nosy: +benjamin.peterson ___ Python tracker _

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-12-12 Thread Brian Curtin
Brian Curtin added the comment: Removing versions that this wouldn't apply to if it were accepted. -- versions: +Python 3.2 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker ___

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-11-13 Thread Brian Curtin
Brian Curtin added the comment: Minor cleanup of the original patch -- Added file: http://bugs.python.org/file15320/winsound_test_skipping.patch ___ Python tracker ___ __

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-11-13 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file15308/winsound_test_skipping.patch ___ Python tracker ___ ___ Python-bugs-li

[issue7306] Patch - skip winsound tests if no default sound is configured

2009-11-11 Thread Brian Curtin
New submission from Brian Curtin : 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 di