X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ftest_fs.c;h=6fdc589bfa9118975f403d41e82cc10343882900;hb=0e592870059883b779d02a14fa5ea13be5f50595;hp=9aee89e85dde1176d79f0520280e60d8e5d48fc8;hpb=5746309cb4be2073d550ad7a6885e918631dbc38;p=oweals%2Fgnunet.git diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c index 9aee89e85..6fdc589bf 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 GNUnet e.V. 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 */ @@ -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 */