use diffStrings

This commit is contained in:
Thomas Vander Stichele
2013-08-18 23:16:03 +02:00
parent 73a7056d85
commit 1ac8d43f88

View File

@@ -139,7 +139,7 @@ class BlocTestCase(common.TestCase):
cue = self.toc.table.cue()
ref = open(os.path.join(os.path.dirname(__file__),
'bloc.cue')).read()
self.assertEquals(cue, ref)
common.diffStrings(cue, ref)
def testCDDBId(self):
self.toc.table.absolutize()