Issue #27748: Backed out changeset f845e24d794e

Apparently the test succeeds on XP.
This commit is contained in:
Zachary Ware 2016-09-05 18:08:27 -05:00
parent 768f3b4492
commit f4a7381719

View file

@ -104,10 +104,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(