From 58e703e06c9957e10d463b020e59ac308206df1d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Mar 2020 18:16:01 +0100 Subject: starting with revocation test --- src/auditor/test-auditor.sh | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index ccf31f080..ac498e179 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1729,20 +1729,6 @@ fi } - - -# Test where fees known to the auditor differ from those -# accounted for by the exchange -function test_32() { - echo "not implemented" -} - - -# ************************************************** -# TODO: Add tests for revocation (payback, accepting of coins despite revocation) HERE! #6053 -# ************************************************** - - # *************** Main test loop starts here ************** @@ -1783,10 +1769,10 @@ check_with_database() break fi done - echo "Cleanup (disabled, leaving database $DB behind)" - # dropdb $DB - # rm -r $WIRE_FEE_DIR - # rm -f test-audit.log test-wire-audit.log + # echo "Cleanup (disabled, leaving database $DB behind)" + dropdb $DB + rm -r $WIRE_FEE_DIR + rm -f test-audit.log test-wire-audit.log } -- cgit v1.2.3