-testing...
This commit is contained in:
parent
04565bcb9c
commit
5e2e71ec11
@ -1 +1 @@
|
|||||||
Subproject commit 58a94dc411d8ec0f23c5364c37719e90bb9ad8a9
|
Subproject commit 06f872786739c76d29d31ab45eae4a7e8da2e890
|
@ -353,6 +353,9 @@ run (void *cls,
|
|||||||
NULL),
|
NULL),
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
};
|
};
|
||||||
|
struct TALER_TESTING_Command reserves[] = {
|
||||||
|
TALER_TESTING_cmd_end ()
|
||||||
|
};
|
||||||
|
|
||||||
struct TALER_TESTING_Command commands[] = {
|
struct TALER_TESTING_Command commands[] = {
|
||||||
/* setup exchange */
|
/* setup exchange */
|
||||||
@ -384,6 +387,9 @@ run (void *cls,
|
|||||||
config_file),
|
config_file),
|
||||||
TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys",
|
TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys",
|
||||||
1),
|
1),
|
||||||
|
TALER_TESTING_cmd_batch ("reserves",
|
||||||
|
reserves),
|
||||||
|
TALER_TESTING_cmd_end (), // FIXME
|
||||||
TALER_TESTING_cmd_batch ("withdraw",
|
TALER_TESTING_cmd_batch ("withdraw",
|
||||||
withdraw),
|
withdraw),
|
||||||
TALER_TESTING_cmd_batch ("push",
|
TALER_TESTING_cmd_batch ("push",
|
||||||
|
Loading…
Reference in New Issue
Block a user