summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-12 11:09:20 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-12 11:09:20 +0200
commit5e2e71ec1163f46ba4cd651790215e8c498bcbb0 (patch)
treed909c1f70d33b6ff9606997ca6986daeca73ff9c /src/testing
parent04565bcb9c484084f805b0fbe11d432f7c53d894 (diff)
downloadexchange-5e2e71ec1163f46ba4cd651790215e8c498bcbb0.tar.gz
exchange-5e2e71ec1163f46ba4cd651790215e8c498bcbb0.tar.bz2
exchange-5e2e71ec1163f46ba4cd651790215e8c498bcbb0.zip
-testing...
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index 726dc3157..e9c3b65bb 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",