Switch to libcdio-cdparanoia (from cdparanoia) (#213)
* Switch to libcdio-cdparanoia (from cdparanoia) Next commits will add a choice to fall back to the old one, or pick a different name. But let's get this ready for testing now. * Add libcdio-utils to .travis.yml * Parse libcdio-paranoia version instead of cdparanoia * Remove useless digit checking test
This commit is contained in:
@@ -68,9 +68,6 @@ class VersionTestCase(common.TestCase):
|
||||
def testGetVersion(self):
|
||||
v = cdparanoia.getCdParanoiaVersion()
|
||||
self.failUnless(v)
|
||||
# of the form III 10.2
|
||||
# make sure it ends with a digit
|
||||
self.failUnless(int(v[-1]), v)
|
||||
|
||||
|
||||
class AnalyzeFileTask(cdparanoia.AnalyzeTask):
|
||||
|
||||
Reference in New Issue
Block a user