* morituri/image/table.py:
* morituri/test/test_image_table.py: Correctly calculate MusicBrainz disc id for enhanced cd's.
This commit is contained in:
@@ -40,10 +40,9 @@ class LadyhawkeTestCase(unittest.TestCase):
|
||||
self.assertEquals(self.table.getCDDBDiscId(), "c60af50d")
|
||||
|
||||
def testMusicBrainz(self):
|
||||
# FIXME: doesn't seem to be the correct id, so try the example on this
|
||||
# track
|
||||
#print self.table.getMusicBrainzDiscId()
|
||||
pass
|
||||
self.assertEquals(self.table.getMusicBrainzDiscId(),
|
||||
"qrJJkrLvXz5Nkvym3oZM4KI9U4A-")
|
||||
|
||||
def testAccurateRip(self):
|
||||
self.assertEquals(self.table.getAccurateRipIds(), (
|
||||
|
||||
Reference in New Issue
Block a user