gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 04/08: missing break


From: gnunet
Subject: [taler-exchange] 04/08: missing break
Date: Fri, 27 Mar 2020 11:26:41 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 6906538c12e7f0143d474d14a11c7cc8ca44bff1
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 09:40:25 2020 +0100

    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 5bcf636b..6c513451 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 9b986733..21d74417 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]