summaryrefslogtreecommitdiff
path: root/src/mint-lib/test_mint_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 23:09:34 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 23:09:34 +0200
commitaa79e52fde4977bbacba26cbb4e06a98d35e8235 (patch)
tree49bbf65cb84347421b3a74cbdcbe9a1c7ab91420 /src/mint-lib/test_mint_api.c
parenta8f65175f46cbada28d801d144e8be71b268dd50 (diff)
downloadexchange-aa79e52fde4977bbacba26cbb4e06a98d35e8235.tar.gz
exchange-aa79e52fde4977bbacba26cbb4e06a98d35e8235.tar.bz2
exchange-aa79e52fde4977bbacba26cbb4e06a98d35e8235.zip
activating test /refresh/link (still fails)
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r--src/mint-lib/test_mint_api.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c
index 86797586c..91a3d7628 100644
--- a/src/mint-lib/test_mint_api.c
+++ b/src/mint-lib/test_mint_api.c
@@ -1535,6 +1535,7 @@ interpreter_run (void *cls,
ref = find_command (is,
md->coin_ref);
}
+ GNUNET_assert (OC_WITHDRAW_SIGN == ref->oc);
/* finally, use private key from withdraw sign command */
cmd->details.refresh_link.rlh
= TALER_MINT_refresh_link (mint,
@@ -1961,14 +1962,14 @@ run (void *cls,
.expected_response_code = MHD_HTTP_OK,
.details.refresh_reveal.melt_ref = "refresh-melt-1" },
-#if TEST_REFRESH
-
/* Test that /refresh/link works */
{ .oc = OC_REFRESH_LINK,
.label = "refresh-link-1",
.expected_response_code = MHD_HTTP_OK,
.details.refresh_link.reveal_ref = "refresh-reveal-1" },
+#if TEST_REFRESH
+
/* Test successfully spending coins from the refresh operation:
first EUR:1 */
{ .oc = OC_DEPOSIT,