gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: recoup test: try recoup on non-r


From: gnunet
Subject: [taler-exchange] branch master updated: recoup test: try recoup on non-revoked denomination
Date: Fri, 27 Mar 2020 12:05:41 +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 e965659d recoup test: try recoup on non-revoked denomination
e965659d is described below

commit e965659d360ad77cf359d9a7604c2fd6e4130a24
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 27 16:35:37 2020 +0530

    recoup test: try recoup on non-revoked denomination
---
 src/testing/test_exchange_api_revocation.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/testing/test_exchange_api_revocation.c 
b/src/testing/test_exchange_api_revocation.c
index 05ec06b1..d757daa3 100644
--- a/src/testing/test_exchange_api_revocation.c
+++ b/src/testing/test_exchange_api_revocation.c
@@ -108,6 +108,11 @@ run (void *cls,
     TALER_TESTING_cmd_refresh_reveal ("refresh-reveal-1",
                                       "refresh-melt-1",
                                       MHD_HTTP_OK),
+    /* Try to recoup before it's allowed */
+    TALER_TESTING_cmd_recoup ("recoup-not-allowed",
+                              MHD_HTTP_NOT_FOUND,
+                              "refresh-reveal-1#0",
+                              "refresh-melt-1"),
     /* Make refreshed coin invalid */
     TALER_TESTING_cmd_revoke ("revoke-2-EUR:5",
                               MHD_HTTP_OK,

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



reply via email to

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