From 6906538c12e7f0143d474d14a11c7cc8ca44bff1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Mar 2020 09:40:25 +0100 Subject: missing break --- src/auditor/taler-helper-auditor-coins.c | 1 + src/auditor/test-auditor.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 5bcf636b7..6c5134518 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -523,6 +523,7 @@ check_coin_history (const struct TALER_CoinSpendPublicKeyP *coin_pub, TALER_amount_add (&refunded, &refunded, &pos->details.old_coin_recoup->value)); + break; case TALER_EXCHANGEDB_TT_RECOUP: /* spent += pos->value */ GNUNET_assert (GNUNET_OK == diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 9b9867333..21d744172 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1751,6 +1751,8 @@ then run_audit aggregation # FIXME: test incomplete... + # BIG Q: why is wire_out empty? => aggregation test does not actually + # find WTIDs to check, and thus doesn't detect the bad signature! # Cannot undo aggregation, do full reload full_reload -- cgit v1.2.3