From 760893ca243ad5a9a9ff16eae75ce31b5a1c74de Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Sat, 5 Mar 2011 16:23:25 +0100 Subject: [PATCH] Update ContentsTestCase to the current formatting. Signed-off-by: Torsten Werner --- tests/dbtest_contents.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', \ -- 2.39.2