[SCM] morituri/master: finally fix whitespace

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


The following commit has been merged in the master branch:
commit b3888a70172d0af6833ef5685ab5654801b038e9
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Sep 26 15:07:12 2009 +0000

    finally fix whitespace

diff --git a/morituri/common/program.py b/morituri/common/program.py
index c515a09..0ac935a 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -477,7 +477,7 @@ class Program(log.Loggable):
             if trackResult.accurip:
                     status = 'rip accurate    '
 
-            c = "(not found)             "
+            c = "(not found)            "
             ar = ", DB [notfound]"
             if trackResult.ARDBMaxConfidence:
                 c = "(max confidence    %3d)" % trackResult.ARDBMaxConfidence
diff --git a/morituri/test/test_common_program.py b/morituri/test/test_common_program.py
index a9b37c5..b3aa7ca 100644
--- a/morituri/test/test_common_program.py
+++ b/morituri/test/test_common_program.py
@@ -56,13 +56,13 @@ class TrackImageVerifyTestCase(unittest.TestCase):
 
         res = prog.getAccurateRipResults()
         self.assertEquals(res[1 - 1],
-            "Track  1: rip NOT accurate (not found)          "
+            "Track  1: rip NOT accurate (not found)             "
             "[620b0797], DB [notfound]")
         self.assertEquals(res[2 - 1],
-            "Track  2: rip accurate     (max confidence   2) "
+            "Track  2: rip accurate     (max confidence      2) "
             "[af8c44c5], DB [af8c44c5]")
         self.assertEquals(res[10 - 1],
-            "Track 10: rip NOT accurate (max confidence   2) "
+            "Track 10: rip NOT accurate (max confidence      2) "
             "[16457a5a], DB [eb6e55b4]")
 
 class HTOATestCase(unittest.TestCase):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list