diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-12-16 19:31:46 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-12-16 19:31:46 +0100 | 
| commit | c940296185e7b4ec20513fe568f666c31fa77990 (patch) | |
| tree | 4c8b869e5b3f86118e1a5d83f09f9d542b6cc17f | |
| parent | 233f567b810874e6363c9d2026132376d70e269a (diff) | |
need to have fees for wire tool tests, too
| -rw-r--r-- | src/testing/test_taler_exchange_aggregator.c | 4 | ||||
| -rw-r--r-- | src/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 index 57e73cd1..9d9d4e7a 100644 --- 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 index 08c5936f..d4149d7b 100644 --- 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), | 
