address FIXMEs
This commit is contained in:
parent
80b5433b24
commit
621f33a3d8
@ -206,14 +206,10 @@ 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,
|
||||||
@ -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 ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user