aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_timeout.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-04 13:25:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-04 13:25:14 +0000
commit15de701534fc172c6622397b6692974f784db3e5 (patch)
treed27acc8c03cfd09fc2fa75e7b029639199369265 /src/transport/test_transport_api_timeout.c
parent2d8e7bcaf1656f2ebc75c447c5e2a7fee8664db2 (diff)
downloadgnunet-15de701534fc172c6622397b6692974f784db3e5.tar.gz
gnunet-15de701534fc172c6622397b6692974f784db3e5.zip
- clean up testss
Diffstat (limited to 'src/transport/test_transport_api_timeout.c')
-rw-r--r--src/transport/test_transport_api_timeout.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/transport/test_transport_api_timeout.c b/src/transport/test_transport_api_timeout.c
index 8b92dce1e..264573937 100644
--- a/src/transport/test_transport_api_timeout.c
+++ b/src/transport/test_transport_api_timeout.c
@@ -28,20 +28,9 @@
28 */ 28 */
29 29
30#include "platform.h" 30#include "platform.h"
31#include "gnunet_common.h"
32#include "gnunet_hello_lib.h"
33#include "gnunet_getopt_lib.h"
34#include "gnunet_os_lib.h"
35#include "gnunet_program_lib.h"
36#include "gnunet_scheduler_lib.h"
37#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
38#include "transport.h"
39#include "transport-testing.h" 32#include "transport-testing.h"
40 33
41#define VERBOSE GNUNET_NO
42
43#define START_ARM GNUNET_YES
44
45/** 34/**
46 * How long until we give up on transmitting the message? 35 * How long until we give up on transmitting the message?
47 */ 36 */
@@ -305,9 +294,6 @@ check ()
305 GNUNET_GETOPT_OPTION_END 294 GNUNET_GETOPT_OPTION_END
306 }; 295 };
307 296
308#if WRITECONFIG
309 setTransportOptions ("test_transport_api_data.conf");
310#endif
311 timer_task = GNUNET_SCHEDULER_NO_TASK; 297 timer_task = GNUNET_SCHEDULER_NO_TASK;
312 298
313 ok = 1; 299 ok = 1;