From f16a4c5b21280982843f40e56f66366004f6b29f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Sep 2019 06:30:36 +0200 Subject: add test for hung refresh and wrong refresh sig, fix audit report formatting issue(s) --- contrib/auditor-report.tex.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'contrib') diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index c3f90843c..73dda63b1 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -861,11 +861,12 @@ coin as spent from {\tt /refresh/melt} but where the wallet did not yet complete {\tt /refresh/reveal}. This may happen even if the exchange is correct. +% Table generation tested by testcase #12 in test-auditor.sh {% if data.refresh_hanging|length() == 0 %} {\bf All melted coins were refreshed.} {% else %} - \begin{longtable}{p{1.5cm}|c|r} + \begin{longtable}{p{6.5cm}|c|r} {\bf Key} & {\bf row} & {\bf Amount} \\ \hline \hline \endfirsthead @@ -882,9 +883,7 @@ may happen even if the exchange is correct. \label{table:refresh:hanging} \endlastfoot {% for item in data.refresh_hanging %} - \multicolumn{4}{l}{ {\tt \small {{ item.coin_pub }} } } \\ -\nopagebreak - & + \truncate{6.2cm}{ {\tt \small {{ item.coin_pub }} } } & {{ item.row }} & {{ item.amount }} \\ \hline {% endfor %} -- cgit v1.2.3