- cleanup
[oweals/gnunet.git] / src / ats / test_ats_api_update_address.c
index 2607f536e3719bb91f7177e8775cb260ecb51809..12d283aacd7beb750803a10c96a002c2786aa2b2 100644 (file)
 #include "gnunet_ats_service.h"
 #include "gnunet_transport_service.h"
 
-#define VERBOSE GNUNET_NO
-
-#define VERBOSE_ARM GNUNET_NO
-
 #define START_ARM GNUNET_YES
 
 #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
 
-#define VALID GNUNET_TIME_absolute_get_forever ()
+#define VALID GNUNET_TIME_UNIT_FOREVER_ABS
 
 static struct GNUNET_ATS_SchedulingHandle *ats;
 
@@ -277,11 +273,7 @@ main (int argc, char *argv1[])
   static char *const argv[] = { "test_ats_api_update_address",
     "-c",
     "test_ats_api.conf",
-#if VERBOSE
-    "-L", "DEBUG",
-#else
     "-L", "WARNING",
-#endif
     NULL
   };