diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:36:29 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-18 16:36:29 +0100 |
commit | baf95b86e23184fe785ad4f22c00f83e1d8ea41c (patch) | |
tree | c0648d8de6f76c1ae6a390c6ed33154e30abd13a /src/exchange-lib/test_exchange_api_new.c | |
parent | 2fc84dd07fdf13d3d9b933060572ebf4e24bf50c (diff) |
/refresh/* & /reserve/status: #5284.
Diffstat (limited to 'src/exchange-lib/test_exchange_api_new.c')
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index 8f10a53b..98076e80 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -204,7 +204,6 @@ run (void *cls, * Check the reserve is depleted. */ TALER_TESTING_cmd_status ("status-1", - is->exchange, "create-reserve-1", "EUR:0", MHD_HTTP_OK), @@ -702,7 +701,6 @@ run (void *cls, /* Check the money is back with the reserve */ TALER_TESTING_cmd_status ("payback-reserve-status-1", - is->exchange, "payback-create-reserve-1", "EUR:5.0", MHD_HTTP_OK), @@ -726,7 +724,6 @@ run (void *cls, MHD_HTTP_FORBIDDEN), TALER_TESTING_cmd_status ("payback-reserve-status-2", - is->exchange, "payback-create-reserve-1", "EUR:3.99", MHD_HTTP_OK), @@ -749,7 +746,6 @@ run (void *cls, CONFIG_FILE_EXPIRE_RESERVE_NOW), TALER_TESTING_cmd_status ("short-lived-status", - is->exchange, "short-lived-reserve", "EUR:0", MHD_HTTP_OK), @@ -921,7 +917,6 @@ run (void *cls, reserve_open_close[(i * RESERVE_OPEN_CLOSE_CHUNK) + 3] = TALER_TESTING_cmd_status ("reserve-open-close-status", - is->exchange, "reserve-open-close-key", "EUR:0", MHD_HTTP_OK); |