WiP
[oweals/gnunet.git] / src / dht / test_dhtlog.c
index c8601b191b5fca5389d9b8186efbde29e14f0951..5c6d5c57861538dfd2e1b5b17f184725b74a623d 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_protocols.h"
 #include "dhtlog.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 static int ok;
 
@@ -180,6 +180,8 @@ test (struct GNUNET_DHTLOG_Handle * api)
 #endif
   ret = api->insert_round(401, 507);
   CHECK(ret);
+  ret = api->insert_round_details(402, 507, 1123, 985);
+  CHECK(ret);
 #if VERBOSE
   fprintf(stderr, "Insert round succeeded!\n");
 #endif