gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix test case (old one required


From: gnunet
Subject: [taler-exchange] branch master updated: fix test case (old one required recoup to *not* be idempotent
Date: Mon, 23 Mar 2020 07:58:13 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a57fd6c4 fix test case (old one required recoup to *not* be idempotent
a57fd6c4 is described below

commit a57fd6c4b3cf83aa53d5e172d224e37562cd26c4
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 23 12:28:08 2020 +0530

    fix test case (old one required recoup to *not* be idempotent
---
 src/testing/test_exchange_api.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c
index e6222330..d239aae6 100644
--- a/src/testing/test_exchange_api.c
+++ b/src/testing/test_exchange_api.c
@@ -682,8 +682,9 @@ run (void *cls,
                               MHD_HTTP_OK,
                               "recoup-withdraw-coin-2a",
                               NULL),
+    /* Idempotency of recoup (withdrawal variant) */
     TALER_TESTING_cmd_recoup ("recoup-2b",
-                              MHD_HTTP_CONFLICT,
+                              MHD_HTTP_OK,
                               "recoup-withdraw-coin-2a",
                               NULL),
     TALER_TESTING_cmd_deposit ("recoup-deposit-revoked",

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



reply via email to

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