From 9e3f4bdd791f87df25cfd2b818c7ef385b78b35d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Jul 2019 11:57:03 +0200 Subject: getting revocation/payback test with refreshed coins to pass --- src/lib/test_exchange_api.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/lib/test_exchange_api.c') diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c index dc868d1d..33a2df9d 100644 --- a/src/lib/test_exchange_api.c +++ b/src/lib/test_exchange_api.c @@ -309,8 +309,10 @@ run (void *cls, * Melt the rest of the coin's value * (EUR:4.00 = 3x EUR:1.03 + 7x EUR:0.13) */ TALER_TESTING_cmd_refresh_melt_double - ("refresh-melt-1", "EUR:4", - "refresh-withdraw-coin-1", MHD_HTTP_OK), + ("refresh-melt-1", + "refresh-withdraw-coin-1", + MHD_HTTP_OK, + NULL), /** * Complete (successful) melt operation, and * withdraw the coins @@ -360,8 +362,10 @@ run (void *cls, /* Test running a failing melt operation (same operation * again must fail) */ TALER_TESTING_cmd_refresh_melt - ("refresh-melt-failing", "EUR:4", - "refresh-withdraw-coin-1", MHD_HTTP_FORBIDDEN), + ("refresh-melt-failing", + "refresh-withdraw-coin-1", + MHD_HTTP_FORBIDDEN, + NULL), /* FIXME: also test with coin that was already melted * (signature differs from coin that was deposited...) */ -- cgit v1.2.3