X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tests%2Fdbtest_contents.py;fp=tests%2Fdbtest_contents.py;h=7f9aa57f433fc3e640a35d84a02fa1fc1aefbf92;hb=760893ca243ad5a9a9ff16eae75ce31b5a1c74de;hp=56e29eb219448444c368d9eac15be8d6e9e28ae0;hpb=630dbfaa38e128550375a2f284e09bf9465c2a7a;p=dak.git 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', \