From 4b2504a3c36d45beec3adda844658270d1ec18a3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Nov 2020 14:16:42 +0100 Subject: doxygen fixes --- src/include/taler_testing_lib.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index f27938262..3f028cadf 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2143,7 +2143,7 @@ TALER_TESTING_cmd_offline_sign_keys (const char *label, * Revoke an exchange denomination key. * * @param label command label. - * @param expected_http_status expected HTTP status from exchange + * @param expected_response_code expected HTTP status from exchange * @param bad_sig should we use a bogus signature? * @param denom_ref reference to a command that identifies * a denomination key (i.e. because it was used to @@ -2162,7 +2162,7 @@ TALER_TESTING_cmd_revoke_denom_key ( * Revoke an exchange online signing key. * * @param label command label. - * @param expected_http_status expected HTTP status from exchange + * @param expected_response_code expected HTTP status from exchange * @param bad_sig should we use a bogus signature? * @param signkey_ref reference to a command that identifies * a signing key (i.e. because it was used to @@ -2183,13 +2183,18 @@ TALER_TESTING_cmd_revoke_sign_key ( * the exchange. * * @param label command label. + * @param expected_http_status expected HTTP status from exchange * @param denom_ref reference to a command that identifies * a denomination key (i.e. because it was used to * withdraw a coin). + * @param bad_sig should we use a bogus signature? * @return the command */ struct TALER_TESTING_Command -TALER_TESTING_cmd_auditor_add_denom_key (const char *denom_ref); +TALER_TESTING_cmd_auditor_add_denom_sig (const char *label, + unsigned int expected_http_status, + const char *denom_ref, + bool bad_sig); /* *** Generic trait logic for implementing traits ********* */ -- cgit v1.2.3