aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.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_quota_compliance.c
parent2d8e7bcaf1656f2ebc75c447c5e2a7fee8664db2 (diff)
downloadgnunet-15de701534fc172c6622397b6692974f784db3e5.tar.gz
gnunet-15de701534fc172c6622397b6692974f784db3e5.zip
- clean up testss
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 8f4db5352..ebfbcd5eb 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -24,24 +24,10 @@
24 * This test case tests quota compliance both on transport level 24 * This test case tests quota compliance both on transport level
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_common.h"
28#include "gnunet_hello_lib.h"
29#include "gnunet_getopt_lib.h"
30#include "gnunet_os_lib.h"
31#include "gnunet_program_lib.h"
32#include "gnunet_scheduler_lib.h"
33#include "gnunet_server_lib.h"
34#include "gnunet_transport_service.h" 27#include "gnunet_transport_service.h"
35#include "gauger.h" 28#include "gauger.h"
36#include "transport.h"
37#include "transport-testing.h" 29#include "transport-testing.h"
38 30
39#define VERBOSE GNUNET_NO
40
41#define VERBOSE_ARM GNUNET_NO
42
43#define START_ARM GNUNET_YES
44
45/** 31/**
46 * Testcase timeout 32 * Testcase timeout
47 */ 33 */
@@ -564,9 +550,6 @@ check ()
564 static char *argv[] = { "test_transport-quota-compliance", 550 static char *argv[] = { "test_transport-quota-compliance",
565 "-c", 551 "-c",
566 "test_quota_compliance_data.conf", 552 "test_quota_compliance_data.conf",
567#if VERBOSE
568 "-L", "DEBUG",
569#endif
570 NULL 553 NULL
571 }; 554 };
572 static struct GNUNET_GETOPT_CommandLineOption options[] = { 555 static struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -586,11 +569,7 @@ main (int argc, char *argv[])
586 GNUNET_TRANSPORT_TESTING_get_test_name (argv[0], &test_name); 569 GNUNET_TRANSPORT_TESTING_get_test_name (argv[0], &test_name);
587 570
588 GNUNET_log_setup (test_name, 571 GNUNET_log_setup (test_name,
589#if VERBOSE
590 "DEBUG",
591#else
592 "WARNING", 572 "WARNING",
593#endif
594 NULL); 573 NULL);
595 574
596 GNUNET_TRANSPORT_TESTING_get_test_source_name (__FILE__, &test_source); 575 GNUNET_TRANSPORT_TESTING_get_test_source_name (__FILE__, &test_source);