summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_merchant_api.c3
-rw-r--r--src/testing/testing_api_trait_hash.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 162f0826..f3dc709c 100644
--- 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
index f653f80b..17360626 100644
--- 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_.
*/