summaryrefslogtreecommitdiff
path: root/src/mint-lib/test_mint_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 19:00:48 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 19:00:48 +0200
commit6453b72ef971bcd0697e5b6d2c4cc89ed4f41a90 (patch)
tree712db7483926c46346ef1b8c18ba985e081269fe /src/mint-lib/test_mint_api.c
parent1914bf7753bf6036ca58d6c371a72b3d1f4cd573 (diff)
downloadexchange-6453b72ef971bcd0697e5b6d2c4cc89ed4f41a90.tar.gz
exchange-6453b72ef971bcd0697e5b6d2c4cc89ed4f41a90.tar.bz2
exchange-6453b72ef971bcd0697e5b6d2c4cc89ed4f41a90.zip
-some cosmetics
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r--src/mint-lib/test_mint_api.c5
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,