diff options
m--------- | contrib/gana | 0 | ||||
-rw-r--r-- | src/testing/test_exchange_p2p.c | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject 58a94dc411d8ec0f23c5364c37719e90bb9ad8a +Subproject 06f872786739c76d29d31ab45eae4a7e8da2e89 diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c index 726dc315..e9c3b65b 100644 --- a/src/testing/test_exchange_p2p.c +++ b/src/testing/test_exchange_p2p.c @@ -353,6 +353,9 @@ run (void *cls, NULL), TALER_TESTING_cmd_end () }; + struct TALER_TESTING_Command reserves[] = { + TALER_TESTING_cmd_end () + }; struct TALER_TESTING_Command commands[] = { /* setup exchange */ @@ -384,6 +387,9 @@ run (void *cls, config_file), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", 1), + TALER_TESTING_cmd_batch ("reserves", + reserves), + TALER_TESTING_cmd_end (), // FIXME TALER_TESTING_cmd_batch ("withdraw", withdraw), TALER_TESTING_cmd_batch ("push", |