[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 20/23] Add dak.conf for tests as utilities parse it.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 tests/fixtures/dak.conf |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/tests/fixtures/dak.conf b/tests/fixtures/dak.conf
index e69de29..94992fe 100644
--- a/tests/fixtures/dak.conf
+++ b/tests/fixtures/dak.conf
@@ -0,0 +1,19 @@
+# For extract_component_from_section tests
+
+Component
+{
+  main
+  {
+	Description "Main";
+  };
+
+  contrib
+  {
+	Description "Contrib";
+  };
+
+  non-free
+  {
+	Description "Software that fails to meet the DFSG";
+  };
+};
-- 
1.6.3.3



Reply to: