gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 08/08: adjust test to code changes


From: gnunet
Subject: [taler-exchange] 08/08: adjust test to code changes
Date: Fri, 27 Mar 2020 11:26:45 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 13bbcef87b7a88344aa09922205932a80dd610ac
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 11:26:33 2020 +0100

    adjust test to code changes
---
 src/auditor/test-auditor.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 21d74417..c32cab44 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -558,7 +558,7 @@ echo "UPDATE known_coins SET 
denom_sig='\x287369672d76616c200a2028727361200a2020
 run_audit
 
 ROW=`jq -e .bad_sig_losses[0].row < test-audit-coins.json`
-if test $ROW != "-1"
+if test $ROW != "1"
 then
     exit_fail "Row wrong, got $ROW"
 fi
@@ -570,7 +570,7 @@ then
 fi
 
 OP=`jq -r .bad_sig_losses[0].operation < test-audit-coins.json`
-if test $OP != "known-coin"
+if test $OP != "melt"
 then
     exit_fail "Wrong operation, got $OP"
 fi

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



reply via email to

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