]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Move test case for extract_component to be a db test
[dak.git] / tests / fixtures / dak.conf
index 94992fe5c700bb7c8a96338df647a6fda7705f4a..ec88cc1f4a57eafb37f1557bc8a4591b89b97cc7 100644 (file)
@@ -1,19 +1,15 @@
-# For extract_component_from_section tests
-
-Component
+Dir
 {
-  main
-  {
-       Description "Main";
-  };
-
-  contrib
-  {
-       Description "Contrib";
-  };
+  Root "tests/fixtures/ftp/";
+  Pool "/srv/ftp-master.debian.org/ftp/pool/";
+  TempPath "/tmp";
+};
 
-  non-free
-  {
-       Description "Software that fails to meet the DFSG";
-  };
+DB
+{
+  Name "test_projectb";
+  Host "";
+  Port -1;
+  Unicode false;
 };
+