From: Torsten Werner Date: Sat, 5 Mar 2011 15:23:25 +0000 (+0100) Subject: Update ContentsTestCase to the current formatting. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=760893ca243ad5a9a9ff16eae75ce31b5a1c74de;p=dak.git Update ContentsTestCase to the current formatting. Signed-off-by: Torsten Werner --- diff --git a/tests/dbtest_contents.py b/tests/dbtest_contents.py index 56e29eb2..7f9aa57f 100755 --- a/tests/dbtest_contents.py +++ b/tests/dbtest_contents.py @@ -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', \