-note what is untested

This commit is contained in:
Christian Grothoff 2022-05-17 11:52:36 +02:00
parent 3b5d9daca9
commit ccc7743fdd
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -20,6 +20,11 @@
* @file testing/test_exchange_p2p.c * @file testing/test_exchange_p2p.c
* @brief testcase to test exchange's P2P payments * @brief testcase to test exchange's P2P payments
* @author Christian Grothoff * @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 "platform.h"
#include "taler_util.h" #include "taler_util.h"
@ -325,7 +330,6 @@ run (void *cls,
"withdraw-coin-1", "withdraw-coin-1",
"EUR:2.01", "EUR:2.01",
NULL), NULL),
TALER_TESTING_cmd_sleep ("sleep", TALER_TESTING_cmd_sleep ("sleep",
2 /* seconds */), 2 /* seconds */),
TALER_TESTING_cmd_exec_expire ("exec-expire", TALER_TESTING_cmd_exec_expire ("exec-expire",
@ -356,9 +360,6 @@ run (void *cls,
"withdraw-coin-1", "withdraw-coin-1",
"EUR:2.01", "EUR:2.01",
NULL), NULL),
// FIXME: check reserve purse capacity is back up!
TALER_TESTING_cmd_end () TALER_TESTING_cmd_end ()
}; };