need to have fees for wire tool tests, too
This commit is contained in:
parent
233f567b81
commit
c940296185
@ -96,6 +96,10 @@ run (void *cls,
|
|||||||
struct TALER_TESTING_Interpreter *is)
|
struct TALER_TESTING_Interpreter *is)
|
||||||
{
|
{
|
||||||
struct TALER_TESTING_Command all[] = {
|
struct TALER_TESTING_Command all[] = {
|
||||||
|
TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees",
|
||||||
|
config_filename,
|
||||||
|
"EUR:0.01",
|
||||||
|
"EUR:0.01"),
|
||||||
// check no aggregation happens on a empty database
|
// check no aggregation happens on a empty database
|
||||||
CMD_EXEC_AGGREGATOR ("run-aggregator-on-empty-db",
|
CMD_EXEC_AGGREGATOR ("run-aggregator-on-empty-db",
|
||||||
config_filename),
|
config_filename),
|
||||||
|
@ -82,6 +82,10 @@ run (void *cls,
|
|||||||
struct TALER_TESTING_Interpreter *is)
|
struct TALER_TESTING_Interpreter *is)
|
||||||
{
|
{
|
||||||
struct TALER_TESTING_Command all[] = {
|
struct TALER_TESTING_Command all[] = {
|
||||||
|
TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees",
|
||||||
|
config_filename,
|
||||||
|
"EUR:0.01",
|
||||||
|
"EUR:0.01"),
|
||||||
TALER_TESTING_cmd_auditor_add ("add-auditor-OK",
|
TALER_TESTING_cmd_auditor_add ("add-auditor-OK",
|
||||||
MHD_HTTP_NO_CONTENT,
|
MHD_HTTP_NO_CONTENT,
|
||||||
false),
|
false),
|
||||||
|
Loading…
Reference in New Issue
Block a user