summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh22
1 files changed, 4 insertions, 18 deletions
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
}