diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-10-22 11:31:33 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-10-22 11:31:33 +0200 |
commit | 7c9b41472fb5abe236554b6414e6c0026d8ac911 (patch) | |
tree | efb8dbb4874142c8795a7d9dc32de293ee080f91 /src/exchange-lib | |
parent | 4ad39b6b73a9dd2716855e08c67a905d02a1cf97 (diff) |
Checking a closed reserve's status.
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index 06b13e513..f87aa4abb 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -738,6 +738,12 @@ run (void *cls, ("close-reserves", CONFIG_FILE_EXPIRE_RESERVE_NOW), + TALER_TESTING_cmd_status ("short-lived-status", + is->exchange, + "short-lived-reserve", + "EUR:0", + MHD_HTTP_OK), + TALER_TESTING_cmd_withdraw_amount ("expired-withdraw", is->exchange, |