make deposit amounts unique
This commit is contained in:
parent
9dbef034c3
commit
e9a44839c7
@ -377,9 +377,9 @@ run (void *cls,
|
||||
* Move money to the exchange's bank account.
|
||||
*/
|
||||
CMD_TRANSFER_TO_EXCHANGE ("create-reserve-age",
|
||||
"EUR:5.02"),
|
||||
"EUR:5.01"),
|
||||
TALER_TESTING_cmd_check_bank_admin_transfer ("check-create-reserve-age",
|
||||
"EUR:5.02",
|
||||
"EUR:5.01",
|
||||
bc.user42_payto,
|
||||
bc.exchange_payto,
|
||||
"create-reserve-age"),
|
||||
@ -410,7 +410,7 @@ run (void *cls,
|
||||
bc.user42_payto,
|
||||
"{\"items\":[{\"name\":\"ice cream\",\"value\":1}]}",
|
||||
GNUNET_TIME_UNIT_ZERO,
|
||||
"EUR:5",
|
||||
"EUR:4.99",
|
||||
MHD_HTTP_OK),
|
||||
TALER_TESTING_cmd_deposit_replay ("deposit-simple-replay-age",
|
||||
"deposit-simple-age",
|
||||
@ -462,7 +462,7 @@ run (void *cls,
|
||||
bc.user42_payto),
|
||||
TALER_TESTING_cmd_check_bank_transfer ("check_bank_transfer-499c2",
|
||||
ec.exchange_url,
|
||||
"EUR:4.98",
|
||||
"EUR:4.97",
|
||||
bc.exchange_payto,
|
||||
bc.user42_payto),
|
||||
TALER_TESTING_cmd_check_bank_transfer ("check_bank_transfer-99c1",
|
||||
|
Loading…
Reference in New Issue
Block a user