Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_alias_nofallback(): Someone broke this test, after 2.3, by | Tim Peters | 2004-05-16 | 1 | -2/+18 |
| | | | | | converting it into assertRaises() form. Restored the 2.3 code, and explained why assertRaises() cannot be used instead. | ||||
* | PlaySoundTest.test_alias_nofallback(): Simplified the coding by using | Tim Peters | 2003-09-22 | 1 | -7/+2 |
| | | | | | | assertRaises. NOT a bugfix candidate. | ||||
* | PlaySoundTest.test_alias_fallback(): Disabled this test, and explained | Tim Peters | 2003-09-22 | 1 | -1/+12 |
| | | | | | | | | | | why in a new comment. My home Win98SE box is one of the "real systems" alluded to (my system "default sound" appears to have vanished sometime in the last month, that's certainly not a Python bug, and the MS PlaySound docs are correct in their explanation of what happens then). Bugfix candidate. If someone can still sneak it into 2.3.1, that would be good. | ||||
* | Don't require that a RuntimeError is raised when playing a second | Walter Dörwald | 2003-06-30 | 1 | -5/+9 |
| | | | | | | | sound while the first one is still running, as the first one one might already have finished. Fixes part of SF bug #763052. | ||||
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 1 | -15/+99 |
| | | | | | | (code coverage for Modules/arraymodule.c is at 91%) From SF patch #736962. | ||||
* | Add test for MessageBeep() | Guido van Rossum | 2003-04-09 | 1 | -1/+13 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+0 |
| | |||||
* | Fix spelling error and remove Windows line endings. | Guido van Rossum | 2000-04-24 | 1 | -1/+1 |
| | |||||
* | Added test_winsound by Mark Hammond. | Guido van Rossum | 2000-04-21 | 1 | -0/+7 |