-notes on testing

This commit is contained in:
Christian Grothoff 2015-08-17 03:57:50 +02:00
parent c4a68b896f
commit 08c947a01f

View File

@ -1999,7 +1999,7 @@ run (void *cls,
.details.deposit.transaction_id = 2 }, .details.deposit.transaction_id = 2 },
#if TEST_REFRESH #if TEST_REFRESH
/* Test running a failing melt operation (same operation again must fail) */ /* Test running a failing melt operation (same operation again must fail) */
{ .oc = OC_REFRESH_MELT, { .oc = OC_REFRESH_MELT,
.label = "refresh-melt-failing", .label = "refresh-melt-failing",
@ -2007,6 +2007,9 @@ run (void *cls,
.details.refresh_melt.melted_coins = melt_coins_1, .details.refresh_melt.melted_coins = melt_coins_1,
.details.refresh_melt.fresh_amounts = melt_fresh_amounts_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 ************** */ /* *************** end of /refresh testing ************** */
#endif #endif