aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-06 01:12:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-06 01:12:57 +0000
commit9fac6b6eefdc9144053f736fd388cb2199a97046 (patch)
tree82740a981b7f6ae973d915aa77797acd9db668b2 /src/fs/test_fs.c
parent23d8d343d5c70481ecf78ec4fafc698907f3e8a9 (diff)
downloadgnunet-9fac6b6eefdc9144053f736fd388cb2199a97046.tar.gz
gnunet-9fac6b6eefdc9144053f736fd388cb2199a97046.zip
-removing legacy ifdefs, fixing log statements
Diffstat (limited to 'src/fs/test_fs.c')
-rw-r--r--src/fs/test_fs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c
index 9aee89e85..5ec5ab053 100644
--- a/src/fs/test_fs.c
+++ b/src/fs/test_fs.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file applications/fs/fsui/basic_fsui_test.c 22 * @file fs/test_fs.c
23 * @brief testcase for fsui (upload-search-download-unindex) 23 * @brief testcase for FS (upload-search-download-unindex)
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26 26
@@ -248,4 +248,4 @@ FAILURE:
248 return (ok == GNUNET_YES) ? 0 : 1; 248 return (ok == GNUNET_YES) ? 0 : 1;
249} 249}
250 250
251/* end of basic_fsui_test.c */ 251/* end of test_fs.c */