From eb402314191286004d4b5450508080b3ef7b4e5b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Nov 2012 22:49:52 +0000 Subject: [PATCH] combining test_fs_download.c and test_fs_download_index.c into one file, adding additional test test_fs_download_stream --- src/fs/test_fs_download_indexed.conf | 10 ++++++++++ src/fs/test_fs_download_stream.conf | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/fs/test_fs_download_indexed.conf create mode 100644 src/fs/test_fs_download_stream.conf diff --git a/src/fs/test_fs_download_indexed.conf b/src/fs/test_fs_download_indexed.conf new file mode 100644 index 000000000..d3dd4be63 --- /dev/null +++ b/src/fs/test_fs_download_indexed.conf @@ -0,0 +1,10 @@ +@INLINE@ test_fs_defaults.conf +[PATHS] +SERVICEHOME = /tmp/gnunet-test-fs-download/ + +[download-test] +# set to 'YES' to test non-anonymous download +USE_STREAM = NO + +# set to 'YES' to use indexing +USE_INDEX = YES \ No newline at end of file diff --git a/src/fs/test_fs_download_stream.conf b/src/fs/test_fs_download_stream.conf new file mode 100644 index 000000000..3ee0b4152 --- /dev/null +++ b/src/fs/test_fs_download_stream.conf @@ -0,0 +1,10 @@ +@INLINE@ test_fs_defaults.conf +[PATHS] +SERVICEHOME = /tmp/gnunet-test-fs-download/ + +[download-test] +# set to 'YES' to test non-anonymous download +USE_STREAM = NO + +# set to 'YES' to use indexing +USE_INDEX = NO -- 2.25.1