From d40f01b634ac567cd24f34453a9083947cb83a4d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Oct 2019 14:23:37 +0200 Subject: expand test to cover withdrawing expired denominations, fix auditor-report template --- contrib/auditor-report.tex.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 52b3675dc..648b09cfc 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -1004,11 +1004,12 @@ withdrawal at the time when the exchange claims to have signed a coin with it. This would be irregular, but has no obvious financial implications. +% Table generation tested by testcase #23 in test-auditor.sh {% if data.denomination_key_validity_withdraw_inconsistencies|length() == 0 %} {\bf All denomination keys were valid at the time of withdrawals.} {% else %} - \begin{longtable}{p{7.5cm}|c} + \begin{longtable}{p{7.5cm}|r} {\bf Reserve} & {\bf Table row} \\ {\bf Denomination key hash} & {\bf Execution time} \\ \hline \hline \endfirsthead @@ -1028,7 +1029,6 @@ implications. {% for item in data.denomination_key_validity_withdraw_inconsistencies %} {\tt \small \truncate{0.6\textwidth}{ {{ item.reserve_pub }} } } & {{ item.row }} \\ \nopagebreak - & {\tt \small \truncate{0.6\textwidth}{ {{ item.denompub_h }} } } & {{ item.execution_date }} \\ \hline {% endfor %} \end{longtable} -- cgit v1.2.3