aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_anastasis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_anastasis.c')
-rw-r--r--src/testing/test_anastasis.c27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/testing/test_anastasis.c b/src/testing/test_anastasis.c
index bf3662d..f9e8531 100644
--- a/src/testing/test_anastasis.c
+++ b/src/testing/test_anastasis.c
@@ -318,19 +318,18 @@ run (void *cls,
318 318
319 struct TALER_TESTING_Command commands[] = { 319 struct TALER_TESTING_Command commands[] = {
320 /* general setup */ 320 /* general setup */
321 TALER_TESTING_cmd_auditor_add ("add-auditor-OK", 321 TALER_TESTING_cmd_run_fakebank ("run-fakebank",
322 MHD_HTTP_NO_CONTENT, 322 cred.cfg,
323 false), 323 "exchange-account-exchange"),
324 TALER_TESTING_cmd_wire_add ("add-wire-account", 324 TALER_TESTING_cmd_system_start ("start-taler",
325 "payto://x-taler-bank/localhost/2", 325 CONFIG_FILE,
326 MHD_HTTP_NO_CONTENT, 326 "-em",
327 false), 327 "-u", "exchange-account-exchange",
328 TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys", 328 NULL),
329 CONFIG_FILE), 329 TALER_TESTING_cmd_get_exchange ("get-exchange",
330 TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", 330 cred.cfg,
331 CONFIG_FILE, 331 true,
332 "EUR:0.01", 332 true),
333 "EUR:0.01"),
334 TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys"), 333 TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys"),
335 TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", 334 TALER_TESTING_cmd_merchant_post_instances ("instance-create-default",
336 merchant_url, 335 merchant_url,
@@ -388,7 +387,7 @@ main (int argc,
388 ret = TALER_TESTING_main (argv, 387 ret = TALER_TESTING_main (argv,
389 "INFO", 388 "INFO",
390 CONFIG_FILE, 389 CONFIG_FILE,
391 "exchange-account-2", 390 "exchange-account-exchange",
392 TALER_TESTING_BS_FAKEBANK, 391 TALER_TESTING_BS_FAKEBANK,
393 &cred, 392 &cred,
394 &run, 393 &run,