]> granicus.if.org Git - python/commit
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
authorZachary Ware <zachary.ware@gmail.com>
Mon, 16 Dec 2013 14:58:10 +0000 (08:58 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 16 Dec 2013 14:58:10 +0000 (08:58 -0600)
commit51e90bcee502499e4f7fcda9a55b5311b911c934
tree730181da2fa06ff6b55327175dd6803ed96dfaa6
parent4d39df35d7d72e0796c221674f0d507c5df62f19
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.
Lib/test/test_winsound.py
Misc/NEWS