commit a93cd54365343758aa6b0a94a3e7c52cd5222211
parent ecf859b65b5c7d497b234a45833fadf1bae62532
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 22 Mar 2018 19:45:10 +0100
coin signature fails when processing coin history.
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c
@@ -682,10 +682,16 @@ run (void *cls,
"EUR:1.99", // no sense now
"EUR:0.01"), // no sense now
+ TALER_TESTING_cmd_flip_object
+ ("hack-coin-history",
+ PROXY_MERCHANT_CONFIG_FILE,
+ "history.0.coin_sig"),
+
+ /* Coin history will fail, due to coin's bad signature. */
TALER_TESTING_cmd_pay ("deposit-simple-fail",
twister_merchant_url,
is->ctx,
- MHD_HTTP_FORBIDDEN,
+ 0,
"create-proposal-double-spend-1",
"withdraw-coin-double-spend",
"EUR:1",