summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-12 22:18:10 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-12 22:18:10 +0200
commitd7ca9d3ecfaee72d4ce9907841db811716acecc7 (patch)
tree29bfbde25ca817bc3fbba231bb3a7d04cebb26dd /src/testing
parent4702b156dc8130a842745035c936de8817c7c700 (diff)
downloadexchange-d7ca9d3ecfaee72d4ce9907841db811716acecc7.tar.gz
exchange-d7ca9d3ecfaee72d4ce9907841db811716acecc7.tar.bz2
exchange-d7ca9d3ecfaee72d4ce9907841db811716acecc7.zip
-work on reserve control tests
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index 693391c6c..3f77ebc7f 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -414,11 +414,14 @@ run (void *cls,
MHD_HTTP_NOT_FOUND,
"nx-attribute-name",
NULL),
+ /* FIXME: do KYC for reserve, then get actual attributes attested */
#if 0
TALER_TESTING_cmd_reserve_close ("reserve-101-close",
"create-reserve-101",
NULL, /* to origin */
MHD_HTTP_OK),
+ /* FIXME: trigger helper to close reserve here */
+ /* FIXME: check reserve was actually closed (money wired back) */
#endif
TALER_TESTING_cmd_end ()
};