aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-01 13:12:53 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-01 13:12:53 +0100
commite98bb69ce22f1b8680feaf163e34d9a8734652cc (patch)
tree8c112168bbe8ba55f7e6747e6d4fe706c2b1b7ba
parent257d5b72b07d44bf59f81806ff8352a710a1ac2b (diff)
downloadlibbrandt-e98bb69ce22f1b8680feaf163e34d9a8734652cc.tar.gz
libbrandt-e98bb69ce22f1b8680feaf163e34d9a8734652cc.zip
add todo entry
-rw-r--r--test_brandt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_brandt.c b/test_brandt.c
index 04226f0..1fb985c 100644
--- a/test_brandt.c
+++ b/test_brandt.c
@@ -345,6 +345,7 @@ test_auction (uint16_t n,
345 tcase.m > 0 ? "M+1ST PRICE" : "FIRST PRICE", 345 tcase.m > 0 ? "M+1ST PRICE" : "FIRST PRICE",
346 tcase.m, 346 tcase.m,
347 tcase.outcome_public ? "PUBLIC" : "PRIVATE"); 347 tcase.outcome_public ? "PUBLIC" : "PRIVATE");
348 /** \todo: output bids when migrating to GNUNET_log */
348 weprintf ("######################################"); 349 weprintf ("######################################");
349 tcase.ad = GNUNET_new_array (tcase.n + 1, struct BRANDT_Auction *); 350 tcase.ad = GNUNET_new_array (tcase.n + 1, struct BRANDT_Auction *);
350 tcase.id = GNUNET_new_array (tcase.n + 1, uint16_t); 351 tcase.id = GNUNET_new_array (tcase.n + 1, uint16_t);