summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-13 19:22:29 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-13 19:22:29 +0200
commitf4ab3dfe8dabc96146e0711f2123b0c2cbec98ca (patch)
treeac2a0a9a303a583092016e28d4f2314a786cee34 /src/merchant-tools
parent80f544965adf18feb8e684beb7a18698f962a4b1 (diff)
downloadmerchant-f4ab3dfe8dabc96146e0711f2123b0c2cbec98ca.tar.gz
merchant-f4ab3dfe8dabc96146e0711f2123b0c2cbec98ca.tar.bz2
merchant-f4ab3dfe8dabc96146e0711f2123b0c2cbec98ca.zip
fix benchmark FTBFS
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index 098da5ce..00417a7b 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -375,14 +375,20 @@ run (void *cls,
TALER_TESTING_cmd_exec_aggregator ("aggregate-1",
cfg_filename),
- TALER_TESTING_cmd_merchant_track_transaction ("track-transaction-1",
- merchant_url,
- MHD_HTTP_OK,
- "deposit-simple-2"),
- TALER_TESTING_cmd_merchant_track_transfer ("track-transfer-1",
- merchant_url,
- MHD_HTTP_OK,
- "track-transaction-1"),
+ TALER_TESTING_cmd_merchant_post_transfer ("post-transfer-1",
+ &auth,
+ bank_url,
+ merchant_url,
+ "EUR:4.98", /* FIXME: check amount! */
+ MHD_HTTP_OK,
+ "deposit-simple-2",
+ NULL),
+ TALER_TESTING_cmd_merchant_get_transfers ("track-transfer-1",
+ merchant_url,
+ merchant_payto,
+ MHD_HTTP_OK,
+ "post-transaction-1",
+ NULL),
TALER_TESTING_cmd_rewind_ip ("rewind-tracks",
TRACKS_INSTRUCTION,
&tracks_number),