aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/test-coin-expiration.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-13 00:41:53 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-13 00:41:53 +0530
commitdb65f0a20669a81cb7db4425d7d044b8ff49952a (patch)
tree280ebbc25fdc3aed12ae3ebbecb692c1b0e39093 /integrationtests/test-coin-expiration.sh
parente9ed3b18672af919efa12364b97fd2b7efe21cd9 (diff)
remove old tests, superseded by the JS-based harness
Diffstat (limited to 'integrationtests/test-coin-expiration.sh')
-rwxr-xr-xintegrationtests/test-coin-expiration.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/integrationtests/test-coin-expiration.sh b/integrationtests/test-coin-expiration.sh
deleted file mode 100755
index 83f7477bf..000000000
--- a/integrationtests/test-coin-expiration.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# Script to check that the wallet automatically refreshes coins for they expire
-
-source "common.sh"
-normal_start_and_wait "coin-expiration"
-
-echo "Withdraw TESTKUDOS"
-taler-wallet-cli --wallet-db="$WALLET_DB" --no-throttle testing withdraw -e "$EXCHANGE_URL" -b "$BANK_URL" -a "TESTKUDOS:10" >>"$LOG" 2>>"$LOG"
-echo "Balance after withdrawal: $(get_balance)"
-
-# TODO time-travel to check that wallet actually refreshed coin before expiration
-taler-wallet-cli --wallet-db="$WALLET_DB" advanced dump-coins
-
-exit_success