summaryrefslogtreecommitdiff
path: root/src/auditor/taler-wire-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-06 20:49:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-06 20:49:18 +0200
commitd585c409966ffa7c09e724062520ba5111be2c4d (patch)
tree47ab3711d1847da2e9e90cceb197829f9989bbe8 /src/auditor/taler-wire-auditor.c
parentc776a5f51e4b8c5826bd62e581d85e841b8fbe4c (diff)
downloadexchange-d585c409966ffa7c09e724062520ba5111be2c4d.tar.gz
exchange-d585c409966ffa7c09e724062520ba5111be2c4d.tar.bz2
exchange-d585c409966ffa7c09e724062520ba5111be2c4d.zip
add test for missing wire transfer for reserve closure
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r--src/auditor/taler-wire-auditor.c4
1 files changed, 4 insertions, 0 deletions
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);