diff options
author | Barry Warsaw <barry@python.org> | 2010-05-05 16:18:31 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-05-05 16:18:31 (GMT) |
commit | 83d8998390bebc1f1d5aa9f5d8a68f7994bede58 (patch) | |
tree | db0207c3e552ef5949465ec4aaa4eb83dfae868d /Lib | |
parent | cbb82ebd755083f3e0a6c44fe90f623df8afb0d3 (diff) | |
download | cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.zip cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.tar.gz cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.tar.bz2 |
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
Debian unhappy. The actual contents of the audio clip are unimportant, so
replace it with something that we know is okay. Guido likes woodpeckers.
Diffstat (limited to 'Lib')
-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 |
3 files changed, 1 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() |