summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api_new.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 16:46:16 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 16:46:16 +0100
commitce36e23a88441f25c2944e108a4f0d58c85b11d0 (patch)
treea21c5a7d4500ca862fdd2962d98bf691ea2b23e0 /src/exchange-lib/test_exchange_api_new.c
parentbaf95b86e23184fe785ad4f22c00f83e1d8ea41c (diff)
downloadexchange-ce36e23a88441f25c2944e108a4f0d58c85b11d0.tar.gz
exchange-ce36e23a88441f25c2944e108a4f0d58c85b11d0.tar.bz2
exchange-ce36e23a88441f25c2944e108a4f0d58c85b11d0.zip
/track/*: #5284.
Diffstat (limited to 'src/exchange-lib/test_exchange_api_new.c')
-rw-r--r--src/exchange-lib/test_exchange_api_new.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c
index 98076e804..828285b07 100644
--- a/src/exchange-lib/test_exchange_api_new.c
+++ b/src/exchange-lib/test_exchange_api_new.c
@@ -381,7 +381,7 @@ run (void *cls,
* the exchange knows about the deposit, but has no WTID yet.
*/
TALER_TESTING_cmd_track_transaction
- ("deposit-wtid-found", is->exchange,
+ ("deposit-wtid-found",
"deposit-simple", 0, MHD_HTTP_ACCEPTED, NULL),
/**
@@ -390,7 +390,7 @@ run (void *cls,
* exchange does NOT know about the deposit.
*/
TALER_TESTING_cmd_track_transaction
- ("deposit-wtid-failing", is->exchange,
+ ("deposit-wtid-failing",
"deposit-double-2", 0, MHD_HTTP_NOT_FOUND, NULL),
/**
@@ -399,7 +399,7 @@ run (void *cls,
* WTID value for any transaction.
*/
TALER_TESTING_cmd_track_transfer_empty
- ("wire-deposit-failing", is->exchange,
+ ("wire-deposit-failing",
NULL, 0, MHD_HTTP_NOT_FOUND),
/**
@@ -445,16 +445,16 @@ run (void *cls,
TALER_TESTING_cmd_check_bank_empty ("check_bank_empty"),
TALER_TESTING_cmd_track_transaction
- ("deposit-wtid-ok", is->exchange,
+ ("deposit-wtid-ok",
"deposit-simple", 0, MHD_HTTP_OK, "check_bank_transfer-499c"),
TALER_TESTING_cmd_track_transfer
- ("wire-deposit-success-bank", is->exchange,
+ ("wire-deposit-success-bank",
"check_bank_transfer-99c1", 0, MHD_HTTP_OK, "EUR:0.98",
"EUR:0.01"),
TALER_TESTING_cmd_track_transfer
- ("wire-deposits-success-wtid", is->exchange,
+ ("wire-deposits-success-wtid",
"deposit-wtid-ok", 0, MHD_HTTP_OK, "EUR:4.98",
"EUR:0.01"),