[SCM] morituri/master: one more symbol

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:00 UTC 2014


The following commit has been merged in the master branch:
commit df2182724d97deb4a56592edd62764f65a8e7a38
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat May 16 09:25:42 2009 +0000

    one more symbol

diff --git a/morituri/test/test_image_image.py b/morituri/test/test_image_image.py
index 86db997..09e62bd 100644
--- a/morituri/test/test_image_image.py
+++ b/morituri/test/test_image_image.py
@@ -8,7 +8,7 @@ import gobject
 gobject.threads_init()
 
 from morituri.image import image
-from morituri.common import task
+from morituri.common import task, common
 
 def h(i):
     return "0x%08x" % i
@@ -80,7 +80,7 @@ class AudioLengthTestCase(unittest.TestCase):
         t = image.AudioLengthTask(path)
         runner = task.SyncRunner()
         runner.run(t, verbose=False)
-        self.assertEquals(t.length, 5880)
+        self.assertEquals(t.length, 10 * common.SAMPLES_PER_FRAME)
 
 class AccurateRipResponseTestCase(unittest.TestCase):
     def testResponse(self):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list