-work on reserve control tests
This commit is contained in:
parent
4702b156dc
commit
d7ca9d3ecf
@ -414,11 +414,14 @@ run (void *cls,
|
|||||||
MHD_HTTP_NOT_FOUND,
|
MHD_HTTP_NOT_FOUND,
|
||||||
"nx-attribute-name",
|
"nx-attribute-name",
|
||||||
NULL),
|
NULL),
|
||||||
|
/* FIXME: do KYC for reserve, then get actual attributes attested */
|
||||||
#if 0
|
#if 0
|
||||||
TALER_TESTING_cmd_reserve_close ("reserve-101-close",
|
TALER_TESTING_cmd_reserve_close ("reserve-101-close",
|
||||||
"create-reserve-101",
|
"create-reserve-101",
|
||||||
NULL, /* to origin */
|
NULL, /* to origin */
|
||||||
MHD_HTTP_OK),
|
MHD_HTTP_OK),
|
||||||
|
/* FIXME: trigger helper to close reserve here */
|
||||||
|
/* FIXME: check reserve was actually closed (money wired back) */
|
||||||
#endif
|
#endif
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user