fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 23 Feb 2010 09:25:40 +0000 (09:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 23 Feb 2010 09:25:40 +0000 (09:25 +0000)
src/fs/fs_test_lib_data.conf
src/fs/test_fs_test_lib.c
src/fs/test_gnunet_service_fs_p2p.c

index 23cb948c440d92a95aaad3d3389473df0e3f21ee..d62ee8c983b86b3db080ac3caaa9203b6cce9735 100644 (file)
@@ -12,7 +12,7 @@ HOSTNAME = localhost
 [transport]
 PORT = 43465
 PLUGINS = tcp
-#DEBUG = YES
+DEBUG = YES
 
 [arm]
 PORT = 43466
@@ -40,7 +40,7 @@ PORT = 43470
 HOSTNAME = localhost
 #TOTAL_QUOTA_IN = 3932160
 #TOTAL_QUOTA_OUT = 3932160
-#DEBUG = YES
+DEBUG = YES
 
 [fs]
 PORT = 43471
index ae81f7ba4fd6b36bc17b4936fb88f116a4ae6003..d35a91825fbc6e3bbdb14c813e68574370497823 100644 (file)
@@ -134,7 +134,7 @@ main (int argc, char *argv[])
   char *const argvx[] = { 
     "test-gnunet-service-fs-p2p",
     "-c",
-    "test_fs_lib_data.conf",
+    "fs_test_lib_data.conf",
 #if VERBOSE
     "-L", "DEBUG",
 #endif
index c95b8525fd774ffbfcd5b192d802e3a26b707642..3a4f082492bd022a2b9975168e6cbdea6cdf1541 100644 (file)
@@ -134,7 +134,7 @@ main (int argc, char *argv[])
   char *const argvx[] = { 
     "test-gnunet-service-fs-p2p",
     "-c",
-    "test_fs_lib_data.conf",
+    "fs_test_lib_data.conf",
 #if VERBOSE
     "-L", "DEBUG",
 #endif