exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 66425084c1c57c1fa1ddec3fb4ae6ca8c38e1070
parent 5c496633092de5ebccd43e7040db2cc92b72c332
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 10 Apr 2019 17:34:27 +0200

Test /history-range after transactions happened.

Diffstat:
Msrc/bank-lib/test_bank_api_new.c | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/bank-lib/test_bank_api_new.c b/src/bank-lib/test_bank_api_new.c @@ -164,6 +164,18 @@ run (void *cls, "deposit-1", 5), + /** + * Just check that the two transactions show up. + */ + TALER_TESTING_cmd_bank_history_range_with_dates + ("history-2-range", + bank_url, + EXCHANGE_ACCOUNT_NUMBER, + TALER_BANK_DIRECTION_BOTH, + GNUNET_NO, + NOWMINUSSECS (5), + NOWPLUSSECS (5)), + TALER_TESTING_cmd_bank_reject ("reject-1", bank_url, "deposit-1"),