From e43b67933707aff7e5aef3ecdfd08588f7fb7e22 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Sep 2019 04:29:43 +0200 Subject: expand test suite, minor style improvements --- contrib/auditor-report.tex.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 2e5629da7..5a423592e 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -443,12 +443,12 @@ the (hash of the) denomination public key for ``payback-verify'' and ``deposit-verify'' operations, and the master public key for ``payback-master'' operations. -% Table generation tested by testcase #4 in test-auditor.sh +% Table generation tested by testcase #4/#5 in test-auditor.sh {% if data.bad_sig_losses|length() == 0 %} {\bf All signatures were valid.} {% else %} - \begin{longtable}{c|r|r} + \begin{longtable}{l|r|r} \multicolumn{3}{l}{ {\bf Public key} }\\ {\bf Operation type} & Database row & {\bf Loss amount} \\ \hline \hline @@ -461,7 +461,7 @@ public key for ``payback-master'' operations. {\bf Operation type} & Database row & {\bf Loss amount} \\ \endfoot \hline - {\bf Total losses} & & + \multicolumn{2}{l}{ {\bf Total losses} } & {\bf {{ data.total_bad_sig_loss}} } \\ \caption{Losses from operations performed on coins without proper signatures.} \label{table:bad_signature_losses} -- cgit v1.2.3