From 1ac8d43f88d62b918aea8443f085914f90396e3b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Aug 2013 23:16:03 +0200 Subject: [PATCH] use diffStrings --- morituri/test/test_image_toc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()