test multiple transfers to same reserve

This commit is contained in:
Florian Dold 2020-03-27 18:05:09 +05:30
parent e8c8efe5ec
commit 449e99bd51
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -122,9 +122,9 @@ run (void *cls,
* Move money to the exchange's bank account.
*/
CMD_TRANSFER_TO_EXCHANGE ("create-reserve-1",
"EUR:5.01"),
"EUR:4.01"),
TALER_TESTING_cmd_check_bank_admin_transfer ("check-create-reserve-1",
"EUR:5.01",
"EUR:4.01",
bc.user42_payto,
bc.exchange_payto,
"create-reserve-1"),
@ -133,6 +133,20 @@ run (void *cls,
* transfer.
*/
CMD_EXEC_WIREWATCH ("wirewatch-1"),
/**
* Do another transfer to the same reserve
*/
TALER_TESTING_cmd_admin_add_incoming_with_ref ("create-reserve-1.2",
"EUR:1",
&bc.exchange_auth,
bc.user42_payto,
"create-reserve-1"),
TALER_TESTING_cmd_check_bank_admin_transfer ("check-create-reserve-1.2",
"EUR:1",
bc.user42_payto,
bc.exchange_payto,
"create-reserve-1.2"),
CMD_EXEC_WIREWATCH ("wirewatch-1.2"),
/**
* Withdraw EUR:5.
*/