summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 797d2005..17573ec2 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -440,12 +440,24 @@ run (void *cls,
MHD_HTTP_OK,
"deposit-simple",
NULL),
+ TALER_TESTING_cmd_merchant_post_transfer2 ("post-transfer-bad",
+ merchant_url,
+ PAYTO_I1,
+ "EUR:4.98",
+ NULL /* random WTID */,
+ "http://localhost/404/",
+ MHD_HTTP_GATEWAY_TIMEOUT),
TALER_TESTING_cmd_merchant_get_transfers ("get-transfers-1",
merchant_url,
PAYTO_I1,
MHD_HTTP_OK,
"post-transfer-1",
+ "post-transfer-bad",
NULL),
+ TALER_TESTING_cmd_merchant_delete_transfer ("delete-transfer-1",
+ merchant_url,
+ "post-transfer-bad",
+ MHD_HTTP_NO_CONTENT),
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-2",
merchant_url,
"create-proposal-1",