X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ftest_fs.c;h=6ea1e9d22ef1cadd2db8709507d883cfb0a8438c;hb=dd1927b960c7cea13733e061a11142274652ba27;hp=6e9581d173e71cc3992536b4e5ad7fadebe8ee16;hpb=a5d0694571db763efd0787a680168492f325b2e6;p=oweals%2Fgnunet.git diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c index 6e9581d17..6ea1e9d22 100644 --- a/src/fs/test_fs.c +++ b/src/fs/test_fs.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2004, 2005, 2006, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2004, 2005, 2006, 2008 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,13 +14,13 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file applications/fs/fsui/basic_fsui_test.c - * @brief testcase for fsui (upload-search-download-unindex) + * @file fs/test_fs.c + * @brief testcase for FS (upload-search-download-unindex) * @author Christian Grothoff */ @@ -28,7 +28,7 @@ #include "gnunet_util.h" #include "gnunet_fsui_lib.h" -#define DEBUG_VERBOSE GNUNET_EXTRA_LOGGING +#define DEBUG_VERBOSE GNUNET_NO #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto FAILURE; } @@ -241,11 +241,11 @@ FAILURE: #if START_DAEMON GNUNET_GE_ASSERT (NULL, GNUNET_OK == GNUNET_daemon_stop (NULL, daemon)); - GNUNET_OS_process_close (daemon); + GNUNET_OS_process_destroy (daemon); #endif GNUNET_GC_free (cfg); return (ok == GNUNET_YES) ? 0 : 1; } -/* end of basic_fsui_test.c */ +/* end of test_fs.c */