Update ALAC tests for Mutagen 1.26

The metadata extraction is now more accurate for ALACs, but we lost the
ability to distinguish them from AAC.
This commit is contained in:
Adrian Sampson 2014-11-10 10:06:21 -08:00
parent 5517d9f304
commit 68770f85e3

View file

@ -729,11 +729,11 @@ class AlacTest(ReadWriteTestBase, unittest.TestCase):
extension = 'alac.m4a'
audio_properties = {
'length': 1.0,
'bitrate': 55072,
'format': 'ALAC',
'samplerate': 0,
'bitdepth': 0,
'channels': 0,
'bitrate': 21830,
# 'format': 'ALAC',
'samplerate': 44100,
'bitdepth': 16,
'channels': 1,
}