gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 02/02: coin signature fails when processin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/02: coin signature fails when processing coin history.
Date: Thu, 22 Mar 2018 19:45:53 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

commit a93cd54365343758aa6b0a94a3e7c52cd5222211
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 22 19:45:10 2018 +0100

    coin signature fails when processing coin history.
---
 src/lib/test_merchant_api_twisted.c | 8 +++++++-
 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
index d28d485..1341501 100644
--- 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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]