address FIXME

This commit is contained in:
Christian Grothoff 2020-03-28 22:05:54 +01:00
parent e16f463adb
commit 4abb38a36e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ run (void *cls,
/* Tested in test-auditor.sh #7 */
"total_bad_sig_loss",
TALER_JSON_from_amount (&total_bad_sig_loss),
/* FIXME: Tested in test-auditor.sh #?? */
/* Tested in test-revocation.sh #4 */
"row_inconsistencies",
report_row_inconsistencies,
/* Tested in test-auditor.sh #23 */

View File

@ -434,6 +434,11 @@ if test $AMOUNT == "TESTKUDOS:0"
then
exit_fail "Total bad sig losses are wrong"
fi
TAB=`jq -r .row_inconsistencies[0].table < test-audit-reserves.json`
if test $TAB != "recoup"
then
exit_fail "Wrong table for row inconsistency, got $TAB"
fi
echo OK
# Undo database modification (can't easily undo DELETE, so full reload)