diff --git a/test/rsrc/full.aiff b/test/rsrc/full.aiff index 5d791b0b7..e9606f9e7 100644 Binary files a/test/rsrc/full.aiff and b/test/rsrc/full.aiff differ diff --git a/test/rsrc/full.alac.m4a b/test/rsrc/full.alac.m4a index 8ec7d377c..6bfcf317e 100644 Binary files a/test/rsrc/full.alac.m4a and b/test/rsrc/full.alac.m4a differ diff --git a/test/rsrc/full.ape b/test/rsrc/full.ape index 5bcea98e8..e1667505c 100644 Binary files a/test/rsrc/full.ape and b/test/rsrc/full.ape differ diff --git a/test/rsrc/full.dsf b/test/rsrc/full.dsf index a90e6946f..f13ea694b 100644 Binary files a/test/rsrc/full.dsf and b/test/rsrc/full.dsf differ diff --git a/test/rsrc/full.flac b/test/rsrc/full.flac index abc18ac30..e2d4f9bb4 100644 Binary files a/test/rsrc/full.flac and b/test/rsrc/full.flac differ diff --git a/test/rsrc/full.m4a b/test/rsrc/full.m4a index 6105250e6..2ec831e32 100644 Binary files a/test/rsrc/full.m4a and b/test/rsrc/full.m4a differ diff --git a/test/rsrc/full.mp3 b/test/rsrc/full.mp3 index 9aeca5fb3..d8c638f9c 100644 Binary files a/test/rsrc/full.mp3 and b/test/rsrc/full.mp3 differ diff --git a/test/rsrc/full.mpc b/test/rsrc/full.mpc index 9027ba862..007cfe494 100644 Binary files a/test/rsrc/full.mpc and b/test/rsrc/full.mpc differ diff --git a/test/rsrc/full.ogg b/test/rsrc/full.ogg index d2598d002..54e1d71eb 100644 Binary files a/test/rsrc/full.ogg and b/test/rsrc/full.ogg differ diff --git a/test/rsrc/full.opus b/test/rsrc/full.opus index 9a5534b22..2fb362c2f 100644 Binary files a/test/rsrc/full.opus and b/test/rsrc/full.opus differ diff --git a/test/rsrc/full.wma b/test/rsrc/full.wma index 741bc5f97..4a03f02f7 100644 Binary files a/test/rsrc/full.wma and b/test/rsrc/full.wma differ diff --git a/test/rsrc/full.wv b/test/rsrc/full.wv index d0fe83864..a892cb233 100644 Binary files a/test/rsrc/full.wv and b/test/rsrc/full.wv differ diff --git a/test/test_mediafile.py b/test/test_mediafile.py index 5a004b7e8..36a2c53ac 100644 --- a/test/test_mediafile.py +++ b/test/test_mediafile.py @@ -318,29 +318,30 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin, """ full_initial_tags = { - 'title': u'full', - 'artist': u'the artist', - 'album': u'the album', - 'genre': u'the genre', - 'composer': u'the composer', - 'grouping': u'the grouping', - 'year': 2001, - 'month': None, - 'day': None, - 'date': datetime.date(2001, 1, 1), - 'track': 2, - 'tracktotal': 3, - 'disc': 4, - 'disctotal': 5, - 'lyrics': u'the lyrics', - 'comments': u'the comments', - 'bpm': 6, - 'comp': True, - 'mb_trackid': '8b882575-08a5-4452-a7a7-cbb8a1531f9e', - 'mb_albumid': '9e873859-8aa4-4790-b985-5a953e8ef628', - 'mb_artistid': '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea', - 'art': None, - 'label': u'the label', + 'title': u'full', + 'artist': u'the artist', + 'album': u'the album', + 'genre': u'the genre', + 'composer': u'the composer', + 'grouping': u'the grouping', + 'year': 2001, + 'month': None, + 'day': None, + 'date': datetime.date(2001, 1, 1), + 'track': 2, + 'tracktotal': 3, + 'disc': 4, + 'disctotal': 5, + 'lyrics': u'the lyrics', + 'comments': u'the comments', + 'bpm': 6, + 'comp': True, + 'mb_trackid': '8b882575-08a5-4452-a7a7-cbb8a1531f9e', + 'mb_releasetrackid': 'c29f3a57-b439-46fd-a2e2-93776b1371e0', + 'mb_albumid': '9e873859-8aa4-4790-b985-5a953e8ef628', + 'mb_artistid': '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea', + 'art': None, + 'label': u'the label', } tag_fields = [ @@ -366,6 +367,7 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin, 'bpm', 'comp', 'mb_trackid', + 'mb_releasetrackid', 'mb_albumid', 'mb_artistid', 'art', @@ -773,7 +775,7 @@ class MusepackTest(ReadWriteTestBase, unittest.TestCase): extension = 'mpc' audio_properties = { 'length': 1.0, - 'bitrate': 23458, + 'bitrate': 24023, 'format': u'Musepack', 'samplerate': 44100, 'bitdepth': 0, @@ -871,7 +873,7 @@ class ApeTest(ReadWriteTestBase, ExtendedImageStructureTestMixin, extension = 'ape' audio_properties = { 'length': 1.0, - 'bitrate': 112040, + 'bitrate': 112608, 'format': u'APE', 'samplerate': 44100, 'bitdepth': 16, @@ -883,7 +885,7 @@ class WavpackTest(ReadWriteTestBase, unittest.TestCase): extension = 'wv' audio_properties = { 'length': 1.0, - 'bitrate': 108744, + 'bitrate': 109312, 'format': u'WavPack', 'samplerate': 44100, 'bitdepth': 0, @@ -895,7 +897,7 @@ class OpusTest(ReadWriteTestBase, unittest.TestCase): extension = 'opus' audio_properties = { 'length': 1.0, - 'bitrate': 57984, + 'bitrate': 66792, 'format': u'Opus', 'samplerate': 48000, 'bitdepth': 0,