mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27748: Backed out changeset f845e24d794e
Apparently the test succeeds on XP.
This commit is contained in:
parent
768f3b4492
commit
f4a7381719
1 changed files with 1 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue