mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
Issue #27748: Merge with 3.5
This commit is contained in:
commit
7eacdcc3b8
1 changed files with 1 additions and 4 deletions
|
@ -120,10 +120,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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue