diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-09 21:25:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-09 21:25:02 +0200 |
commit | 3ead9d772a6850a7654e7e483ebfce5acac8da86 (patch) | |
tree | ad4dd1a4fb6f3477e553e7fa73861fbc65051965 /src/mint-lib/test_mint_api.c | |
parent | 0140dd818b226f13d5cc126bed62442922561c2a (diff) |
move struct TALER_MINTDB_RefreshCommitLinkP
to taler_signatures.h
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index fcc5db10d..bae96dfb3 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -1933,15 +1933,14 @@ run (void *cls, /* Melt the rest of the coin's value (EUR:4.00 = 3x EUR:1.03 + 7x EUR:0.13) */ -#if TEST_REFRESH - - { .oc = OC_REFRESH_MELT, .label = "refresh-melt-1", .expected_response_code = MHD_HTTP_OK, .details.refresh_melt.melted_coins = melt_coins_1, .details.refresh_melt.fresh_amounts = melt_fresh_amounts_1 }, +#if TEST_REFRESH + /* Complete (successful) melt operation, and withdraw the coins */ { .oc = OC_REFRESH_REVEAL, .label = "refresh-reveal-1", |