Skip to content

Commit

Permalink
Update failing AccurateRipResponse tests
Browse files Browse the repository at this point in the history
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
  • Loading branch information
JoeLametta committed Aug 10, 2020
1 parent 8676e25 commit bbed92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified whipper/test/dBAR-002-0000f21c-00027ef8-05021002.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions whipper/test/test_common_accurip.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def test_AccurateRipResponse_parses_correctly(self):
self.assertEqual(responses[1].discId1, '0000f21c')
self.assertEqual(responses[1].discId2, '00027ef8')
self.assertEqual(responses[1].cddbDiscId, '05021002')
self.assertEqual(responses[1].confidences[0], 6)
self.assertEqual(responses[1].confidences[1], 6)
self.assertEqual(responses[1].confidences[0], 7)
self.assertEqual(responses[1].confidences[1], 7)
self.assertEqual(responses[1].checksums[0], 'dc77f9ab')
self.assertEqual(responses[1].checksums[1], 'dd97d2c3')

Expand Down Expand Up @@ -201,7 +201,7 @@ def test_stores_accuraterip_results_on_result(self):
'v2': {
'CRC': 'dc77f9ab',
'DBCRC': 'dc77f9ab',
'DBConfidence': 6
'DBConfidence': 7
},
'DBMaxConfidence': 12,
'DBMaxConfidenceCRC': '284fc705',
Expand All @@ -215,7 +215,7 @@ def test_stores_accuraterip_results_on_result(self):
'v2': {
'CRC': 'dd97d2c3',
'DBCRC': 'dd97d2c3',
'DBConfidence': 6,
'DBConfidence': 7,
},
'DBMaxConfidence': 20,
'DBMaxConfidenceCRC': '9cc1f32e',
Expand Down

0 comments on commit bbed92b

Please sign in to comment.