aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_configuration_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 21:10:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 21:10:27 +0000
commit236e47e55554310cc19b8c37c7b844d53a239f28 (patch)
treedaeba73a49d600e9d7fb441fe67f32686e38415b /src/util/test_configuration_data.conf
parentf9b6dfb41e151628673595fd880318ec502ae4ed (diff)
downloadgnunet-236e47e55554310cc19b8c37c7b844d53a239f28.tar.gz
gnunet-236e47e55554310cc19b8c37c7b844d53a239f28.zip
implementing time and size parsers for #1875
Diffstat (limited to 'src/util/test_configuration_data.conf')
-rw-r--r--src/util/test_configuration_data.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_configuration_data.conf b/src/util/test_configuration_data.conf
index c3452c381..517cbf0b0 100644
--- a/src/util/test_configuration_data.conf
+++ b/src/util/test_configuration_data.conf
@@ -19,6 +19,7 @@ five=42
19test = $SUBST/world 19test = $SUBST/world
20boom = "1 2 3 testing" 20boom = "1 2 3 testing"
21trailing = YES 21trailing = YES
22size = 512 KiB
22 23
23[FILENAMES] 24[FILENAMES]
24test = "/Hello /File\ Name /World" 25test = "/Hello /File\ Name /World"