]> git.decadent.org.uk Git - dak.git/blobdiff - tests/dbtest_contents.py
Contents: use the new string_agg() function of Pg9.
[dak.git] / tests / dbtest_contents.py
index 43cf838cace46628e59c32872dfca1b36834b533..622e4aaf80d857fa16247c2e779253a794ec01a7 100755 (executable)
@@ -145,9 +145,7 @@ class ContentsTestCase(DBDakTestCase):
             cw.get_list())
         # test formatline and sort order
         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', \
-            cw.formatline('/usr/bin/hello', ['editors/emacs', 'python/hello', 'utils/sl']))
+            cw.formatline('/usr/bin/hello', 'python/hello'))
         # test output_filename
         self.assertEqual('tests/fixtures/ftp/dists/squeeze/Contents-i386.gz', \
             normpath(cw.output_filename()))