exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c940296185e7b4ec20513fe568f666c31fa77990
parent 233f567b810874e6363c9d2026132376d70e269a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Dec 2020 19:31:46 +0100

need to have fees for wire tool tests, too

Diffstat:
Msrc/testing/test_taler_exchange_aggregator.c | 4++++
Msrc/testing/test_taler_exchange_wirewatch.c | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_taler_exchange_aggregator.c b/src/testing/test_taler_exchange_aggregator.c @@ -96,6 +96,10 @@ run (void *cls, struct TALER_TESTING_Interpreter *is) { struct TALER_TESTING_Command all[] = { + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + config_filename, + "EUR:0.01", + "EUR:0.01"), // check no aggregation happens on a empty database CMD_EXEC_AGGREGATOR ("run-aggregator-on-empty-db", config_filename), diff --git a/src/testing/test_taler_exchange_wirewatch.c b/src/testing/test_taler_exchange_wirewatch.c @@ -82,6 +82,10 @@ run (void *cls, struct TALER_TESTING_Interpreter *is) { struct TALER_TESTING_Command all[] = { + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + config_filename, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_auditor_add ("add-auditor-OK", MHD_HTTP_NO_CONTENT, false),