diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-26 12:04:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-26 12:04:24 +0200 |
commit | dcbac9e63f37f9a5dd8b47a2cfc068d73068d4fc (patch) | |
tree | 12a4a549b33538f3b6e07a9f12a55ab68198903e /src/merchant-tools/taler-merchant-benchmark.c | |
parent | 6ca84e4121cf4bd1b8c66d2ef4bd58eeb7003ea3 (diff) |
fix fTBFS
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index 921102c5..204ab870 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -344,10 +344,10 @@ run (void *cls, "create-reserve-1", CURRENCY_5, MHD_HTTP_OK), - TALER_TESTING_cmd_proposal ("create-proposal-1", - merchant_url, - MHD_HTTP_OK, - order_worth_5), + TALER_TESTING_cmd_merchant_post_orders ("create-proposal-1", + merchant_url, + MHD_HTTP_OK, + order_worth_5), TALER_TESTING_cmd_pay ("deposit-simple", merchant_url, MHD_HTTP_OK, @@ -362,10 +362,10 @@ run (void *cls, /* Next proposal-pay cycle will be used by /track CMDs * and so it will not have to be looped over, only /track * CMDs will have to. */ - TALER_TESTING_cmd_proposal ("create-proposal-2", - merchant_url, - MHD_HTTP_OK, - order_worth_5_track), + TALER_TESTING_cmd_merchant_post_orders ("create-proposal-2", + merchant_url, + MHD_HTTP_OK, + order_worth_5_track), TALER_TESTING_cmd_pay ("deposit-simple-2", merchant_url, MHD_HTTP_OK, @@ -410,7 +410,7 @@ run (void *cls, CURRENCY_5, MHD_HTTP_OK), - TALER_TESTING_cmd_proposal + TALER_TESTING_cmd_merchant_post_orders ("create-unaggregated-proposal", alt_instance_url, MHD_HTTP_OK, @@ -453,7 +453,7 @@ run (void *cls, CURRENCY_5, MHD_HTTP_OK), - TALER_TESTING_cmd_proposal + TALER_TESTING_cmd_merchant_post_orders ("create-twocoins-proposal", merchant_url, MHD_HTTP_OK, |