]> git.decadent.org.uk Git - dak.git/commitdiff
Update ContentsTestCase to the current formatting.
authorTorsten Werner <twerner@debian.org>
Sat, 5 Mar 2011 15:23:25 +0000 (16:23 +0100)
committerTorsten Werner <twerner@debian.org>
Sat, 5 Mar 2011 15:23:25 +0000 (16:23 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
tests/dbtest_contents.py

index 56e29eb219448444c368d9eac15be8d6e9e28ae0..7f9aa57f433fc3e640a35d84a02fa1fc1aefbf92 100755 (executable)
@@ -140,12 +140,12 @@ class ContentsTestCase(DBDakTestCase):
         self.binary['hello_2.2-1_i386'].contents.append(BinContents(file = '/usr/bin/hello'))
         self.session.commit()
         cw = ContentsWriter(self.suite['squeeze'], self.arch['i386'], self.otype['deb'])
-        self.assertEqual(['/usr/bin/hello                                              python/hello\n'], \
+        self.assertEqual(['/usr/bin/hello                                          python/hello\n'], \
             cw.get_list())
         # test formatline and sort order
-        self.assertEqual('/usr/bin/hello                                              python/hello\n', \
+        self.assertEqual('/usr/bin/hello                                          python/hello\n', \
             cw.formatline('/usr/bin/hello', ['python/hello']))
-        self.assertEqual('/usr/bin/hello                                              editors/emacs,python/hello,utils/sl\n', \
+        self.assertEqual('/usr/bin/hello                                          editors/emacs,python/hello,utils/sl\n', \
             cw.formatline('/usr/bin/hello', ['editors/emacs', 'python/hello', 'utils/sl']))
         # test output_filename
         self.assertEqual('tests/fixtures/ftp/squeeze/Contents-i386.gz', \