address FIXMEs

This commit is contained in:
Christian Grothoff 2020-01-16 20:26:16 +01:00
parent 80b5433b24
commit 621f33a3d8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -206,18 +206,14 @@ run (void *cls,
}; };
struct TALER_TESTING_Command refresh[] = { struct TALER_TESTING_Command refresh[] = {
/* Fill reserve with EUR:5, 1ct is for fees. NOTE: the old /* Fill reserve with EUR:5, 1ct is for fees. */
* test-suite gave a account number of _424_ to the user at
* this step; to type less, here the _42_ number is reused.
* Does this change the tests semantics? */
CMD_TRANSFER_TO_EXCHANGE ("refresh-create-reserve-1", CMD_TRANSFER_TO_EXCHANGE ("refresh-create-reserve-1",
"EUR:5.01"), "EUR:5.01"),
TALER_TESTING_cmd_check_bank_admin_transfer ( TALER_TESTING_cmd_check_bank_admin_transfer ("ck-refresh-create-reserve-1",
"check-refresh-create-reserve-1", "EUR:5.01",
"EUR:5.01", bc.user42_payto,
bc.user42_payto, bc.exchange_payto,
bc.exchange_payto, "refresh-create-reserve-1"),
"refresh-create-reserve-1"),
/** /**
* Make previous command effective. * Make previous command effective.
*/ */
@ -294,8 +290,13 @@ run (void *cls,
"refresh-withdraw-coin-1", "refresh-withdraw-coin-1",
MHD_HTTP_CONFLICT, MHD_HTTP_CONFLICT,
NULL), NULL),
/* FIXME: also test with coin that was already melted /* Test running a failing melt operation (on a coin that
* (signature differs from coin that was deposited...) */ was itself revealed and subsequently deposited) */
TALER_TESTING_cmd_refresh_melt ("refresh-melt-failing-2",
"refresh-reveal-1",
MHD_HTTP_CONFLICT,
NULL),
TALER_TESTING_cmd_end () TALER_TESTING_cmd_end ()
}; };