Update failing AccurateRipResponse tests (#334)
* Update failing AccurateRipResponse tests [1/2] The failures seem to be caused by a remote metadata change (metadata from AccurateRip about a release ID changed) which means some of the asserts related to a specific release ID are failing. I've fixed this issue with two commits. This is part 1: here I've updated the confidence values of two tracks making it agree with AccurateRip's remote. * Update failing AccurateRipResponse tests [2/2] This is part 2: here I've replaced the outdated AccurateRip bin file with a freshly downloaded one.
This commit is contained in:
Binary file not shown.
@@ -78,8 +78,8 @@ class TestAccurateRipResponse(TestCase):
|
||||
self.assertEqual(responses[1].discId1, '0000f21c')
|
||||
self.assertEqual(responses[1].discId2, '00027ef8')
|
||||
self.assertEqual(responses[1].cddbDiscId, '05021002')
|
||||
self.assertEqual(responses[1].confidences[0], 4)
|
||||
self.assertEqual(responses[1].confidences[1], 4)
|
||||
self.assertEqual(responses[1].confidences[0], 5)
|
||||
self.assertEqual(responses[1].confidences[1], 5)
|
||||
self.assertEqual(responses[1].checksums[0], 'dc77f9ab')
|
||||
self.assertEqual(responses[1].checksums[1], 'dd97d2c3')
|
||||
|
||||
@@ -203,7 +203,7 @@ class TestVerifyResult(TestCase):
|
||||
'v2': {
|
||||
'CRC': 'dc77f9ab',
|
||||
'DBCRC': 'dc77f9ab',
|
||||
'DBConfidence': 4,
|
||||
'DBConfidence': 5,
|
||||
},
|
||||
'DBMaxConfidence': 12,
|
||||
'DBMaxConfidenceCRC': '284fc705',
|
||||
@@ -217,7 +217,7 @@ class TestVerifyResult(TestCase):
|
||||
'v2': {
|
||||
'CRC': 'dd97d2c3',
|
||||
'DBCRC': 'dd97d2c3',
|
||||
'DBConfidence': 4,
|
||||
'DBConfidence': 5,
|
||||
},
|
||||
'DBMaxConfidence': 20,
|
||||
'DBMaxConfidenceCRC': '9cc1f32e',
|
||||
|
||||
Reference in New Issue
Block a user