diff --git a/morituri/test/test_image_toc.py b/morituri/test/test_image_toc.py index e41bc73..0ae3e90 100644 --- a/morituri/test/test_image_toc.py +++ b/morituri/test/test_image_toc.py @@ -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()