From 7235973381c07f76abe66b2d49cedf545e0f92ff Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 11 Jul 2022 18:26:07 +0200 Subject: -remove FIXMEs that have been resolved --- src/testing/testing_api_cmd_get_instance.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_get_instance.c') diff --git a/src/testing/testing_api_cmd_get_instance.c b/src/testing/testing_api_cmd_get_instance.c index f328cc75..95dc7282 100644 --- a/src/testing/testing_api_cmd_get_instance.c +++ b/src/testing/testing_api_cmd_get_instance.c @@ -108,7 +108,6 @@ get_instance_cb (void *cls, const struct TALER_MERCHANT_Account accounts[], const struct TALER_MERCHANT_InstanceDetails *details) { - /* FIXME, deeper checks should be implemented here (for accounts). */ struct GetInstanceState *gis = cls; const struct TALER_TESTING_Command *instance_cmd; @@ -289,7 +288,7 @@ get_instance_cb (void *cls, 0, sizeof (unsigned int) * accounts_length); - // Compare the accounts + /* Compare the accounts */ for (unsigned int i = 0; i < accounts_length; ++i) { for (unsigned int j = 0; j < gis->active_accounts_length; ++j) -- cgit v1.2.3