aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 19:04:55 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 19:04:55 +0000
commit6012a61174077a94d30dbdcf4f1753c86dd110a4 (patch)
tree1a7a3bcfdfffc7c188e8bf373c02f18f852b0efb
parentbf5093d63a384e216fc765a8a800ecb17840d56b (diff)
downloadgnunet-6012a61174077a94d30dbdcf4f1753c86dd110a4.tar.gz
gnunet-6012a61174077a94d30dbdcf4f1753c86dd110a4.zip
done
-rw-r--r--TODO1
-rw-r--r--src/fs/test_gnunet_service_fs_migration.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index b9bfaf729..87c29b03d 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,6 @@
12 - Core API's peer_change_preference leaks 'irc' and 12 - Core API's peer_change_preference leaks 'irc' and
13 Core API's notify_transmit_ready leaks 'th'! 13 Core API's notify_transmit_ready leaks 'th'!
14* FS [CG] 14* FS [CG]
15 - test*.py fail
16 - download of 100 MB file from 'leach' peer hung due to 15 - download of 100 MB file from 'leach' peer hung due to
17 failure of core-api to call back after a change preference request 16 failure of core-api to call back after a change preference request
18 (structs indicate request was transmitted but reply never received?) 17 (structs indicate request was transmitted but reply never received?)
diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c
index cb4559baf..092cedfc2 100644
--- a/src/fs/test_gnunet_service_fs_migration.c
+++ b/src/fs/test_gnunet_service_fs_migration.c
@@ -27,7 +27,7 @@
27#include "fs_test_lib.h" 27#include "fs_test_lib.h"
28#include "gnunet_testing_lib.h" 28#include "gnunet_testing_lib.h"
29 29
30#define VERBOSE GNUNET_YES 30#define VERBOSE GNUNET_NO
31 31
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.