aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-01 10:03:21 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-01 10:03:21 +0000
commit9315867c6850142535f66a551d7dafab69c0f71e (patch)
tree6e87bca590836d9c3efd2975d6d5b5dc91e1fe78
parent8962c636773aeb4a029b9db542b454bd64b2d915 (diff)
downloadgnunet-9315867c6850142535f66a551d7dafab69c0f71e.tar.gz
gnunet-9315867c6850142535f66a551d7dafab69c0f71e.zip
minor fixes
-rw-r--r--src/transport/Makefile.am4
-rw-r--r--src/transport/test_transport_api.c2
-rw-r--r--src/transport/test_transport_api_reliability.c2
-rw-r--r--src/transport/test_transport_api_unreliability.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b69769e84..bfe717958 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -275,6 +275,7 @@ check_PROGRAMS = \
275 test_transport_testing \ 275 test_transport_testing \
276 test_transport_startonly \ 276 test_transport_startonly \
277 test_transport_api_disconnect \ 277 test_transport_api_disconnect \
278 test_transport_api_multiaddress_tcp \
278 $(TEST_TRANSPORT_ATS) \ 279 $(TEST_TRANSPORT_ATS) \
279 $(ATS_TRANSPORT_BENCHMARKS) \ 280 $(ATS_TRANSPORT_BENCHMARKS) \
280 test_transport_api_tcp \ 281 test_transport_api_tcp \
@@ -293,7 +294,6 @@ check_PROGRAMS = \
293 $(UNIX_REL_TEST) \ 294 $(UNIX_REL_TEST) \
294 $(HTTP_REL_TEST) \ 295 $(HTTP_REL_TEST) \
295 $(HTTPS_REL_TEST) \ 296 $(HTTPS_REL_TEST) \
296 test_transport_api_multiaddress_tcp \
297 test_quota_compliance_tcp \ 297 test_quota_compliance_tcp \
298 test_quota_compliance_tcp_asymmetric_recv_constant \ 298 test_quota_compliance_tcp_asymmetric_recv_constant \
299 test_quota_compliance_udp \ 299 test_quota_compliance_udp \
@@ -310,6 +310,7 @@ TESTS = \
310 test_transport_testing \ 310 test_transport_testing \
311 test_transport_startonly \ 311 test_transport_startonly \
312 test_transport_api_disconnect \ 312 test_transport_api_disconnect \
313 test_transport_api_multiaddress_tcp \
313 $(TEST_TRANSPORT_ATS) \ 314 $(TEST_TRANSPORT_ATS) \
314 $(ATS_TRANSPORT_BENCHMARKS) \ 315 $(ATS_TRANSPORT_BENCHMARKS) \
315 test_transport_api_tcp \ 316 test_transport_api_tcp \
@@ -321,7 +322,6 @@ TESTS = \
321 $(HTTP_API_TEST) \ 322 $(HTTP_API_TEST) \
322 $(HTTPS_PLUGIN_TEST) \ 323 $(HTTPS_PLUGIN_TEST) \
323 $(HTTPS_API_TEST) \ 324 $(HTTPS_API_TEST) \
324 test_transport_api_multiaddress_tcp \
325 test_transport_api_multi \ 325 test_transport_api_multi \
326 test_transport_api_reliability_tcp \ 326 test_transport_api_reliability_tcp \
327 test_transport_api_reliability_tcp_nat \ 327 test_transport_api_reliability_tcp_nat \
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index aac8eb400..92f1b9c95 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -37,7 +37,7 @@
37#include "transport.h" 37#include "transport.h"
38#include "transport-testing.h" 38#include "transport-testing.h"
39 39
40#define VERBOSE GNUNET_YES 40#define VERBOSE GNUNET_NO
41 41
42#define VERBOSE_ARM GNUNET_NO 42#define VERBOSE_ARM GNUNET_NO
43 43
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index 18769bee0..7b7d9eac4 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -38,7 +38,7 @@
38#include "transport.h" 38#include "transport.h"
39#include "transport-testing.h" 39#include "transport-testing.h"
40 40
41#define VERBOSE GNUNET_YES 41#define VERBOSE GNUNET_NO
42 42
43#define VERBOSE_ARM GNUNET_NO 43#define VERBOSE_ARM GNUNET_NO
44 44
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 2572781ba..13a765c72 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -124,7 +124,7 @@ end ()
124 124
125 char *value_name; 125 char *value_name;
126 126
127 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Stopping peers\n"); 127 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping peers\n");
128 128
129 delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value; 129 delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value;
130 fprintf (stderr, "\nThroughput was %llu kb/s\n", 130 fprintf (stderr, "\nThroughput was %llu kb/s\n",