diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-17 19:10:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-17 19:10:35 +0100 |
commit | 522b289f9c186e352daed39266ec93807b570782 (patch) | |
tree | ef70b31578592b16b828604c2f932db4396da89d /src | |
parent | 9a7377810c764897a98a350dfadb9035fe7af62b (diff) |
-post Oec cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/test_kyc_api.c | 2 | ||||
-rw-r--r-- | src/testing/test_merchant_api.c | 9 | ||||
-rw-r--r-- | src/testing/test_merchant_api_twisted.c | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index 1ea06022..d3ce6aab 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -170,10 +170,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_get_orders ("get-orders-empty", merchant_url, diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index 5e746e12..866133f0 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -273,10 +273,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_get_orders ("get-orders-empty", merchant_url, @@ -702,10 +704,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1r", "create-reserve-1r", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2r", "create-reserve-1r", "EUR:5", + 0, MHD_HTTP_OK), /** * Check the reserve is depleted. @@ -857,6 +861,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-unincreased-refund", "create-reserve-unincreased-refund", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_post_orders ( "create-proposal-unincreased-refund", @@ -1170,10 +1175,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-10a", "create-reserve-10", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-10b", "create-reserve-10", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_status ("withdraw-status-10", "create-reserve-10", @@ -1224,10 +1231,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-11a", "create-reserve-11", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-11b", "create-reserve-11", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_status ("withdraw-status-11", "create-reserve-11", diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c index ea130568..6226ca8c 100644 --- a/src/testing/test_merchant_api_twisted.c +++ b/src/testing/test_merchant_api_twisted.c @@ -215,6 +215,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-abort-1", "create-reserve-abort-1", "EUR:1", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_status ("withdraw-status-abort-1", "create-reserve-abort-1", @@ -295,6 +296,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-double-spend", "create-reserve-double-spend", "EUR:1", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_pay_order ("deposit-simple-ok", twister_merchant_url, @@ -366,10 +368,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", "create-reserve-1", "EUR:5", + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_post_orders_no_claim ( |