summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-12-16 15:02:41 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-12-16 15:02:41 (GMT)
commit1007432c95acee46a09b08306ef1859b97a184b0 (patch)
tree409a0a9e2b121d232794bdb64257109742e4532b /Misc
parent928b9e272dae8c0740732a1c01f1bff72ded5ad5 (diff)
downloadcpython-1007432c95acee46a09b08306ef1859b97a184b0.zip
cpython-1007432c95acee46a09b08306ef1859b97a184b0.tar.gz
cpython-1007432c95acee46a09b08306ef1859b97a184b0.tar.bz2
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0c1e36..cacfb7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,7 +160,7 @@ Tests
- Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.
-- Issue #19595: Re-enabled a long-disabled test in test_winsound.
+- Issue #19595, #19987: Re-enabled a long-disabled test in test_winsound.
- Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.