diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-31 09:54:44 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-31 09:54:44 +0100 |
commit | 68a8cf311cc80edb2d1e0ebd88f0e55f800691bd (patch) | |
tree | 80818776158bace92a066e4e7a9319cb64b7cea6 /src/merchant-tools/taler-merchant-benchmark.c | |
parent | f4be55340485c862c932675d2aeae083db8ed1c0 (diff) |
modify benchmark to get corner-run to pass again
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index 90aa972a..684ffddd 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -248,7 +248,7 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-proposal-2", merchant_url, MHD_HTTP_OK, - "order-worth-5-track", + NULL, /* random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:5.0"), @@ -320,12 +320,12 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-unaggregated-proposal", alt_instance_url, MHD_HTTP_OK, - "order-worth-5-unaggregated", + NULL, /* use random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:5.0"), TALER_TESTING_cmd_merchant_pay_order ("deposit-unaggregated", - merchant_url, + alt_instance_url, MHD_HTTP_OK, "create-unaggregated-proposal", "withdraw-coin-1", @@ -352,7 +352,7 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-twocoins-proposal", merchant_url, MHD_HTTP_OK, - "order-worth-10-2coins", + NULL, /* use random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:10.0"), |