diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-09 19:00:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-09 19:00:48 +0200 |
commit | 6453b72ef971bcd0697e5b6d2c4cc89ed4f41a90 (patch) | |
tree | 712db7483926c46346ef1b8c18ba985e081269fe /src/mint-lib | |
parent | 1914bf7753bf6036ca58d6c371a72b3d1f4cd573 (diff) |
-some cosmetics
Diffstat (limited to 'src/mint-lib')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index cc5009879..fcc5db10d 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -1932,6 +1932,10 @@ run (void *cls, .details.deposit.transaction_id = 42421 }, /* 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, @@ -1944,7 +1948,6 @@ run (void *cls, .expected_response_code = MHD_HTTP_OK, .details.refresh_reveal.melt_ref = "refresh-melt-1" }, -#if TEST_REFRESH_LINK /* Test that /refresh/link works */ { .oc = OC_REFRESH_LINK, |