commit 235bb6c60c24217476e245d4fb7427721068bfba
parent 178aea6d45a14990c74b34611d0d248e605cb6ba
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 29 Oct 2020 22:44:04 +0100
use FIXME, not TODO. Don't care about (null) in logging for last cmd
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
@@ -1412,8 +1412,7 @@ run (void *cls,
TALER_TESTING_cmd_batch ("tip",
tip),
/**
- * End the suite. Fixme: better to have a label for this
- * too, as it shows a "(null)" token on logs.
+ * End the suite.
*/
TALER_TESTING_cmd_end ()
};
diff --git a/src/testing/testing_api_trait_hash.c b/src/testing/testing_api_trait_hash.c
@@ -27,7 +27,7 @@
#include <taler/taler_testing_lib.h>
/**
- * TODO: have _one_ pair of getter/setter for hash-coded
+ * FIXME: have _one_ pair of getter/setter for hash-coded
* traits and define the getters/setters for tip id and hashed
* contract terms as _macros_.
*/