commit a607690403631efe29fb06161a1b61a8c315ce4a
parent b4bcfcf83b6a39e8bd00b144ec72aa169d51afd9
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 22 Mar 2018 23:38:25 +0100
make pay abort response unparsable.
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c
@@ -618,6 +618,18 @@ run (void *cls,
is->ctx,
0),
+ /* just malforming the response. */
+
+ TALER_TESTING_cmd_malform_response
+ ("malform-abortion",
+ PROXY_MERCHANT_CONFIG_FILE),
+
+ TALER_TESTING_cmd_pay_abort ("pay-abort-5",
+ twister_merchant_url,
+ "deposit-simple-for-abort",
+ is->ctx,
+ 0),
+
CMD_TRANSFER_TO_EXCHANGE ("create-reserve-double-spend",
"EUR:1.01"),