Kaydet (Commit) f4a73817 authored tarafından Zachary Ware's avatar Zachary Ware

Issue #27748: Backed out changeset f845e24d794e

Apparently the test succeeds on XP.
üst 768f3b44
...@@ -104,10 +104,7 @@ class PlaySoundTest(unittest.TestCase): ...@@ -104,10 +104,7 @@ class PlaySoundTest(unittest.TestCase):
safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS) safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS)
def test_alias_nofallback(self): def test_alias_nofallback(self):
self.assertRaises(RuntimeError, safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS | winsound.SND_NODEFAULT)
winsound.PlaySound,
'!"$%&/(#+*',
winsound.SND_ALIAS | winsound.SND_NODEFAULT)
def test_stopasync(self): def test_stopasync(self):
safe_PlaySound( safe_PlaySound(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment