summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-17 11:52:36 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-17 11:52:36 +0200
commitccc7743fdd90d7e15f0c0c9081b01378686a2b08 (patch)
treeac41336ead38d070a5b84c00188d6f862a945b03 /src/testing
parent3b5d9daca9a621bd85778a7ad271a9d594dae0dd (diff)
downloadexchange-ccc7743fdd90d7e15f0c0c9081b01378686a2b08.tar.gz
exchange-ccc7743fdd90d7e15f0c0c9081b01378686a2b08.tar.bz2
exchange-ccc7743fdd90d7e15f0c0c9081b01378686a2b08.zip
-note what is untested
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index a20649f4d..50422b2c9 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -20,6 +20,11 @@
* @file testing/test_exchange_p2p.c
* @brief testcase to test exchange's P2P payments
* @author Christian Grothoff
+ *
+ * TODO:
+ * - Test setup with KYC where purse merge is only
+ * allowed for reserves with KYC completed.
+ * - Test purse creation with reserve purse quota
*/
#include "platform.h"
#include "taler_util.h"
@@ -325,7 +330,6 @@ run (void *cls,
"withdraw-coin-1",
"EUR:2.01",
NULL),
-
TALER_TESTING_cmd_sleep ("sleep",
2 /* seconds */),
TALER_TESTING_cmd_exec_expire ("exec-expire",
@@ -356,9 +360,6 @@ run (void *cls,
"withdraw-coin-1",
"EUR:2.01",
NULL),
-
-
- // FIXME: check reserve purse capacity is back up!
TALER_TESTING_cmd_end ()
};