mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
This commit is contained in:
parent
affb9b255b
commit
a44372fd0b
3 changed files with 15 additions and 11 deletions
|
@ -49,9 +49,6 @@ class WavePCM16Test(audiotests.AudioWriteTests,
|
|||
frames = audiotests.byteswap2(frames)
|
||||
|
||||
|
||||
@unittest.skipIf(sys.byteorder == 'big',
|
||||
'24-bit wave files are supported only on little-endian '
|
||||
'platforms')
|
||||
class WavePCM24Test(audiotests.AudioWriteTests,
|
||||
audiotests.AudioTestsWithSourceFile,
|
||||
unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue