diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-24 17:23:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-24 17:23:27 +0100 |
commit | 9ad9e7e064519fb65f14a530df690dd8a6973875 (patch) | |
tree | 343bf0921a7359cf7d2075ebcc06fe4225a72960 /src/auditor/taler-helper-auditor-aggregation.c | |
parent | 240b23684d3f2b05b903b37f0a5fe3fc9e07497d (diff) |
add more tests
Diffstat (limited to 'src/auditor/taler-helper-auditor-aggregation.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-aggregation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-aggregation.c b/src/auditor/taler-helper-auditor-aggregation.c index 9982612e0..a26cf5dc5 100644 --- a/src/auditor/taler-helper-auditor-aggregation.c +++ b/src/auditor/taler-helper-auditor-aggregation.c @@ -1490,10 +1490,10 @@ run (void *cls, "total_wire_out_delta_minus", TALER_JSON_from_amount ( &total_wire_out_delta_minus), - /* FIXME: Tested in test-auditor.sh #?? */ + /* Tested in test-auditor.sh #28 */ "bad_sig_losses", report_bad_sig_losses, - /* FIXME: Tested in test-auditor.sh #?? */ + /* Tested in test-auditor.sh #28 */ "total_bad_sig_loss", TALER_JSON_from_amount (&total_bad_sig_loss), /* block #2 */ |