diff options
-rw-r--r-- | Lib/email/test/data/audiotest.au | bin | 23493 -> 28144 bytes | |||
-rw-r--r-- | Lib/test/audiotest.au | bin | 23493 -> 28144 bytes | |||
-rw-r--r-- | Lib/test/test_ossaudiodev.py | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Lib/email/test/data/audiotest.au b/Lib/email/test/data/audiotest.au Binary files differindex 1ad28ce..f76b050 100644 --- a/Lib/email/test/data/audiotest.au +++ b/Lib/email/test/data/audiotest.au diff --git a/Lib/test/audiotest.au b/Lib/test/audiotest.au Binary files differindex 1ad28ce..f76b050 100644 --- a/Lib/test/audiotest.au +++ b/Lib/test/audiotest.au diff --git a/Lib/test/test_ossaudiodev.py b/Lib/test/test_ossaudiodev.py index 055ad6c..5dea640 100644 --- a/Lib/test/test_ossaudiodev.py +++ b/Lib/test/test_ossaudiodev.py @@ -76,7 +76,7 @@ class OSSAudioDevTests(unittest.TestCase): # set parameters based on .au file headers dsp.setparameters(AFMT_S16_NE, nchannels, rate) - self.assertTrue(abs(expected_time - 2.94) < 1e-2, expected_time) + self.assertTrue(abs(expected_time - 3.51) < 1e-2, expected_time) t1 = time.time() dsp.write(data) dsp.close() @@ -83,6 +83,8 @@ Library - Issue #4265: shutil.copyfile() was leaking file descriptors when disk fills. Patch by Tres Seaver. +- Issue #7755: Use an unencumbered audio file for tests. + - Issue #8621: uuid.uuid4() returned the same sequence of values in the parent and any children created using ``os.fork`` on MacOS X 10.6. |