-note what is untested
This commit is contained in:
parent
3b5d9daca9
commit
ccc7743fdd
@ -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 ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user