]> git.decadent.org.uk Git - dak.git/blobdiff - tests/db_test.py
Merge remote-tracking branch 'jcristau/formatone-no-tar-sig'
[dak.git] / tests / db_test.py
index 4f5e63822ac4eab534ffb0b428af705a5f0ddfcf..9ae23017be550ce74ee0bdfc0f36c2d034375ff0 100644 (file)
@@ -113,11 +113,9 @@ class DBDakTestCase(DakTestCase):
         self.setup_components()
         self.loc = {}
         self.loc['main'] = Location( \
-            path = '/srv/ftp-master.debian.org/ftp/pool/', \
-            component = self.comp['main'])
+            path = fixture('ftp/pool/'), component = self.comp['main'])
         self.loc['contrib'] = Location( \
-            path = '/srv/ftp-master.debian.org/ftp/pool/', \
-            component = self.comp['contrib'])
+            path = fixture('ftp/pool/'), component = self.comp['contrib'])
         self.session.add_all(self.loc.values())
 
     def setup_poolfiles(self):