summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-10-24 13:34:45 -0400
committerAdrian Likins <alikins@redhat.com>2008-10-24 13:34:45 -0400
commite22199a3c8d1cb9e54d8179ffd0e9ad4a34f8947 (patch)
treef40e5cfed1ca26d303fbcabcdcf00bd0b05865b7 /etc
parentc6137343761f3bf5e51bf3c732d768fc0f13e608 (diff)
downloadfunc-e22199a3c8d1cb9e54d8179ffd0e9ad4a34f8947.tar.gz
func-e22199a3c8d1cb9e54d8179ffd0e9ad4a34f8947.tar.xz
func-e22199a3c8d1cb9e54d8179ffd0e9ad4a34f8947.zip
add some test cases for per module configuation.
This stuff doesnt really seem to work at this point, but pushing so other folks can take a look at it. It doesn't break anything else.
Diffstat (limited to 'etc')
-rw-r--r--etc/Test.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/Test.conf b/etc/Test.conf
new file mode 100644
index 0000000..89f39aa
--- /dev/null
+++ b/etc/Test.conf
@@ -0,0 +1,10 @@
+
+[main]
+example = 1
+
+[anothersection]
+interger = 37
+boolean = True
+float = 3.14159
+string = "this is a string"
+testvalue = 100