Trigger above-amount error

This commit is contained in:
Marcello Stanisci 2018-05-17 10:34:52 +02:00
parent e5ec16b908
commit 920462e88c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -242,12 +242,19 @@ run (void *cls,
"USD:5"),
TALER_TESTING_cmd_refund
("refund-ok",
("refund-currency-missmatch",
MHD_HTTP_BAD_REQUEST,
"EUR:5",
"EUR:0.01",
"deposit-refund-1"),
TALER_TESTING_cmd_refund
("refund-above-amount",
MHD_HTTP_BAD_REQUEST,
"EUR:5",
"EUR:10",
"deposit-refund-1"),
TALER_TESTING_cmd_end ()
};