From 278cec1fefc09cb2be8327bfe68b34214a780e19 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 18 Mar 2020 22:39:47 +0530 Subject: make refund test case fail to show broken implementation --- src/testing/test_exchange_api_revocation.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/testing/test_exchange_api_revocation.c b/src/testing/test_exchange_api_revocation.c index 6a9cdefe6..27a750d44 100644 --- a/src/testing/test_exchange_api_revocation.c +++ b/src/testing/test_exchange_api_revocation.c @@ -129,6 +129,16 @@ run (void *cls, "refresh-reveal-1#2", "EUR:1", "refresh-melt-1"), + TALER_TESTING_cmd_recoup ("recoup-1c", + MHD_HTTP_OK, + "refresh-reveal-1#2", + "EUR:1", + "refresh-melt-1"), + TALER_TESTING_cmd_recoup ("recoup-1c", + MHD_HTTP_OK, + "refresh-reveal-1#2", + "EUR:1", + "refresh-melt-1"), /* Now we have EUR:3.83 EUR back after 3x EUR:1 in recoups */ /* Melt original coin AGAIN, but only create one 0.1 EUR coin; This costs EUR:0.03 in refresh and EUR:01 in withdraw fees, -- cgit v1.2.3