Browse Source

Issue #27748: Merge with 3.5

Zachary Ware 10 years ago
parent
commit
7eacdcc3b8
  1. 5
      Lib/test/test_winsound.py

5
Lib/test/test_winsound.py

@ -120,10 +120,7 @@ class PlaySoundTest(unittest.TestCase):
safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS)
def test_alias_nofallback(self):
self.assertRaises(RuntimeError,
winsound.PlaySound,
'!"$%&/(#+*',
winsound.SND_ALIAS | winsound.SND_NODEFAULT)
safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS | winsound.SND_NODEFAULT)
def test_stopasync(self):
safe_PlaySound(

Loading…
Cancel
Save