diff options
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r-- | src/auditor/taler-wire-auditor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index c53527f16..e1af48883 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c | |||
@@ -404,12 +404,12 @@ do_shutdown (void *cls) | |||
404 | " s:o, s:o, s:o, s:o, s:o," | 404 | " s:o, s:o, s:o, s:o, s:o," |
405 | " s:o, s:o, s:o, s:o }", | 405 | " s:o, s:o, s:o, s:o }", |
406 | /* blocks of 5 */ | 406 | /* blocks of 5 */ |
407 | /* Tested in test-auditor.sh #11 */ | 407 | /* Tested in test-auditor.sh #11, #15 */ |
408 | "wire_out_amount_inconsistencies", | 408 | "wire_out_amount_inconsistencies", |
409 | report_wire_out_inconsistencies, | 409 | report_wire_out_inconsistencies, |
410 | "total_wire_out_delta_plus", | 410 | "total_wire_out_delta_plus", |
411 | TALER_JSON_from_amount (&total_bad_amount_out_plus), | 411 | TALER_JSON_from_amount (&total_bad_amount_out_plus), |
412 | /* Tested in test-auditor.sh #11 */ | 412 | /* Tested in test-auditor.sh #11, #15 */ |
413 | "total_wire_out_delta_minus", | 413 | "total_wire_out_delta_minus", |
414 | TALER_JSON_from_amount (&total_bad_amount_out_minus), | 414 | TALER_JSON_from_amount (&total_bad_amount_out_minus), |
415 | /* Tested in test-auditor.sh #2 */ | 415 | /* Tested in test-auditor.sh #2 */ |
@@ -430,7 +430,7 @@ do_shutdown (void *cls) | |||
430 | TALER_JSON_from_amount (&total_missattribution_in), | 430 | TALER_JSON_from_amount (&total_missattribution_in), |
431 | "row_inconsistencies", | 431 | "row_inconsistencies", |
432 | report_row_inconsistencies, | 432 | report_row_inconsistencies, |
433 | /* Tested in test-auditor.sh #10 */ | 433 | /* Tested in test-auditor.sh #10/#17 */ |
434 | "row_minor_inconsistencies", | 434 | "row_minor_inconsistencies", |
435 | report_row_minor_inconsistencies, | 435 | report_row_minor_inconsistencies, |
436 | /* block */ | 436 | /* block */ |