exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 08c947a01f9e2048f7668cabac58a5938dc477f5
parent c4a68b896fa0889cc96cc30b2eae38e1996f4300
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 Aug 2015 03:57:50 +0200

-notes on testing

Diffstat:
Msrc/mint-lib/test_mint_api.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c @@ -1999,7 +1999,7 @@ run (void *cls, .details.deposit.transaction_id = 2 }, #if TEST_REFRESH - + /* Test running a failing melt operation (same operation again must fail) */ { .oc = OC_REFRESH_MELT, .label = "refresh-melt-failing", @@ -2007,6 +2007,9 @@ run (void *cls, .details.refresh_melt.melted_coins = melt_coins_1, .details.refresh_melt.fresh_amounts = melt_fresh_amounts_1 }, + // FIXME: also test with coin that was already melted + // (signature differs from coin that was deposited...) + /* *************** end of /refresh testing ************** */ #endif