summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-04 05:19:47 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-04 05:19:47 +0200
commit27300ad1ccb56ad1f83cb3769f64dae21f5a0b85 (patch)
treee90ef82ae3ed47c36792924c4e3b660346c67adb /src/exchange-lib
parent9f0245ca991b6284f474cca9c0e466f0eec5d738 (diff)
downloadexchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.tar.gz
exchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.tar.bz2
exchange-27300ad1ccb56ad1f83cb3769f64dae21f5a0b85.zip
round exec time
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/test_exchange_api.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api.c b/src/exchange-lib/test_exchange_api.c
index af2aaf6df..0a82bac1a 100644
--- a/src/exchange-lib/test_exchange_api.c
+++ b/src/exchange-lib/test_exchange_api.c
@@ -2653,6 +2653,12 @@ run (void *cls)
{ .oc = OC_CHECK_BANK_DEPOSITS_EMPTY,
.label = "check_bank_empty" },
+ { .oc = OC_DEPOSIT_WTID,
+ .label = "deposit-wtid-ok",
+ .expected_response_code = MHD_HTTP_OK,
+ .details.deposit_wtid.deposit_ref = "deposit-simple" },
+
+
/* TODO: trigger aggregation logic and then check the
cases where tracking succeeds! */