From d585c409966ffa7c09e724062520ba5111be2c4d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Oct 2019 20:49:08 +0200 Subject: add test for missing wire transfer for reserve closure --- src/auditor/taler-wire-auditor.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/auditor/taler-wire-auditor.c') diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index 330942805..a945f9df2 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -521,13 +521,17 @@ do_shutdown (void *cls) /* Tested in test-auditor.sh #19 */ "wire_format_inconsistencies", report_wire_format_inconsistencies, + /* Tested in test-auditor.sh #1 */ "total_amount_lag", TALER_JSON_from_amount (&total_amount_lag), + /* Tested in test-auditor.sh #1 */ "lag_details", report_lags, + /* Tested in test-auditor.sh #22 */ "total_closure_amount_lag", TALER_JSON_from_amount (&total_closure_amount_lag), /* blocks of 5 */ + /* Tested in test-auditor.sh #22 */ "reserve_lag_details", report_closure_lags); GNUNET_break (NULL != report); -- cgit v1.2.3