[SCM] morituri/master: use diffStrings

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:11 UTC 2014


The following commit has been merged in the master branch:
commit 1ac8d43f88d62b918aea8443f085914f90396e3b
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Aug 18 23:16:03 2013 +0200

    use diffStrings

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()

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list