diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-12 14:57:21 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-12 14:57:21 +0100 |
commit | 00625791a2c596eed9636fb4ac550f2481ceb14c (patch) | |
tree | 44f1e551db460d4aa23ab9b8af5f8862be5479ae /src/exchange-lib/test_exchange_api_new.c | |
parent | 208ba0d4b2a47d331a25babac9ab2f4918263f1b (diff) |
Issue #5462.
Defining batch that makes->destroys->check a reserve.
Iterating the batch N times is the next step.
Diffstat (limited to 'src/exchange-lib/test_exchange_api_new.c')
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index b6925899..854558ef 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -909,17 +909,16 @@ run (void *cls, ("reserve-open-close-wirewatch", CONFIG_FILE_EXPIRE_RESERVE_NOW), - TALER_TESTING_cmd_status ("reserve-open-close-status", - is->exchange, - "reserve-open-close-key", - "EUR:0", - MHD_HTTP_OK), - /* Wire back to the bank */ TALER_TESTING_cmd_exec_aggregator ("reserve-open-close-aggregation", CONFIG_FILE_EXPIRE_RESERVE_NOW), + TALER_TESTING_cmd_status ("reserve-open-close-status", + is->exchange, + "reserve-open-close-key", + "EUR:0", + MHD_HTTP_OK), TALER_TESTING_cmd_end () }; @@ -949,11 +948,8 @@ run (void *cls, TALER_TESTING_cmd_batch ("payback", payback), - #if 0 TALER_TESTING_cmd_batch ("reserve-open-close", reserve_open_close), - #endif - /** * End the suite. Fixme: better to have a label for this * too, as it shows a "(null)" token on logs. |