diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 09:40:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 09:40:25 +0100 |
commit | 6906538c12e7f0143d474d14a11c7cc8ca44bff1 (patch) | |
tree | 8ef46c58971f7449f6ab5b41d8e9b260ce1b44ff | |
parent | 8a90c8fbcb7c274cfed3f379f92a00da45313787 (diff) |
missing break
-rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 1 | ||||
-rwxr-xr-x | src/auditor/test-auditor.sh | 2 |
2 files changed, 3 insertions, 0 deletions
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 |