From: Christian Grothoff Date: Thu, 6 May 2010 19:44:57 +0000 (+0000) Subject: fixed X-Git-Tag: initial-import-from-subversion-38251~21839 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ece77aca2114b6e5ec153477fccb43ceb807c77;p=oweals%2Fgnunet.git fixed --- diff --git a/TODO b/TODO index fe22cb59f..0eb7fc6b2 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ - persistence testing (unindex, search): * unindex: + need to clean up state on stop/suspend (including file-hashing => util API change!) - * search: - + file-opening / dir-reading / naming issues (but testcase passes!?) - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 364172ec0..2881ab4fa 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -154,6 +154,7 @@ TESTS = $(check_SCRIPTS) \ test_fs_publish \ test_fs_publish_persistence \ test_fs_search \ + test_fs_search_persistence \ test_fs_start_stop \ test_fs_unindex \ test_fs_uri \