rename
authorChristian Grothoff <christian@grothoff.org>
Tue, 23 Feb 2010 09:17:56 +0000 (09:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 23 Feb 2010 09:17:56 +0000 (09:17 +0000)
src/fs/Makefile.am
src/fs/fs_test_lib.c
src/fs/fs_test_lib_data.conf [new file with mode: 0644]
src/fs/test_fs_lib_data.conf [deleted file]

index fa5ed090ece229adf1a59bb5f7a437c23cd845db..ee476e6e0f5a53fb96dce0ec52cbb4732d65a05d 100644 (file)
@@ -239,6 +239,7 @@ test_gnunet_service_fs_p2p_LDADD = \
 
 
 EXTRA_DIST = \
+  fs_test_lib_data.conf \
   test_fs_data.conf \
   test_fs_collection_data.conf \
   test_fs_download_data.conf \
index 1687aa7e964338d833fe84f41f247d849129b3c9..1e3fa7f20b7a47305227d15c3f5fc3d0cb20c5bd 100644 (file)
@@ -327,7 +327,7 @@ GNUNET_FS_TEST_daemons_start (struct GNUNET_SCHEDULER_Handle *sched,
   sctx->cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_load (sctx->cfg,
-                                "test_fs_lib_data.conf"))
+                                "fs_test_lib_data.conf"))
     {
       GNUNET_break (0);
       GNUNET_CONFIGURATION_destroy (sctx->cfg);
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
new file mode 100644 (file)
index 0000000..23cb948
--- /dev/null
@@ -0,0 +1,54 @@
+[PATHS]
+SERVICEHOME = /tmp/gnunet-test-fs-lib/
+DEFAULTCONFIG = test_fs_lib_data.conf
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[resolver]
+PORT = 43464
+HOSTNAME = localhost
+
+[transport]
+PORT = 43465
+PLUGINS = tcp
+#DEBUG = YES
+
+[arm]
+PORT = 43466
+HOSTNAME = localhost
+DEFAULTSERVICES = resolver datastore transport core fs peerinfo
+
+[datastore]
+#DEBUG = YES
+
+[statistics]
+PORT = 43467
+HOSTNAME = localhost
+
+[transport-tcp]
+ALLOW_SHUTDOWN = NO
+TIMEOUT = 300000
+#PORT = 43468
+
+[peerinfo]
+PORT = 43469
+HOSTNAME = localhost
+
+[core]
+PORT = 43470
+HOSTNAME = localhost
+#TOTAL_QUOTA_IN = 3932160
+#TOTAL_QUOTA_OUT = 3932160
+#DEBUG = YES
+
+[fs]
+PORT = 43471
+HOSTNAME = localhost
+DEBUG = YES
+#PREFIX = valgrind --tool=memcheck --leak-check=yes
+#BINARY = /home/grothoff/bin/gnunet-service-fs
+#PREFIX = xterm -e gdb -x cmd --args 
+
+[testing]
+WEAKRANDOM = YES
diff --git a/src/fs/test_fs_lib_data.conf b/src/fs/test_fs_lib_data.conf
deleted file mode 100644 (file)
index 23cb948..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[PATHS]
-SERVICEHOME = /tmp/gnunet-test-fs-lib/
-DEFAULTCONFIG = test_fs_lib_data.conf
-
-[gnunetd]
-HOSTKEY = $SERVICEHOME/.hostkey
-
-[resolver]
-PORT = 43464
-HOSTNAME = localhost
-
-[transport]
-PORT = 43465
-PLUGINS = tcp
-#DEBUG = YES
-
-[arm]
-PORT = 43466
-HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore transport core fs peerinfo
-
-[datastore]
-#DEBUG = YES
-
-[statistics]
-PORT = 43467
-HOSTNAME = localhost
-
-[transport-tcp]
-ALLOW_SHUTDOWN = NO
-TIMEOUT = 300000
-#PORT = 43468
-
-[peerinfo]
-PORT = 43469
-HOSTNAME = localhost
-
-[core]
-PORT = 43470
-HOSTNAME = localhost
-#TOTAL_QUOTA_IN = 3932160
-#TOTAL_QUOTA_OUT = 3932160
-#DEBUG = YES
-
-[fs]
-PORT = 43471
-HOSTNAME = localhost
-DEBUG = YES
-#PREFIX = valgrind --tool=memcheck --leak-check=yes
-#BINARY = /home/grothoff/bin/gnunet-service-fs
-#PREFIX = xterm -e gdb -x cmd --args 
-
-[testing]
-WEAKRANDOM = YES