make aggregator test case pass again
This commit is contained in:
parent
a65d3f1800
commit
dcc80fd35d
@ -57,13 +57,20 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
|
|||||||
[account-1]
|
[account-1]
|
||||||
|
|
||||||
# What is the account URL?
|
# What is the account URL?
|
||||||
URL = "payto://x-taler-bank/localhost:8082/2"
|
URL = "payto://x-taler-bank/localhost/2"
|
||||||
|
WIRE_GATEWAY_URL = "http://localhost:8082/2/"
|
||||||
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
||||||
|
USERNAME = Exchange
|
||||||
|
PASSWORD = x
|
||||||
method = "x-taler-bank"
|
method = "x-taler-bank"
|
||||||
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
|
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
|
||||||
ENABLE_DEBIT = YES
|
ENABLE_DEBIT = YES
|
||||||
ENABLE_CREDIT = YES
|
ENABLE_CREDIT = YES
|
||||||
TALER_BANK_AUTH_METHOD = NONE
|
TALER_BANK_AUTH_METHOD = NONE
|
||||||
|
|
||||||
|
[bank]
|
||||||
|
HTTP_PORT = 8082
|
||||||
|
|
||||||
[fees-x-taler-bank]
|
[fees-x-taler-bank]
|
||||||
|
|
||||||
# Fees for the forseeable future...
|
# Fees for the forseeable future...
|
||||||
|
@ -186,22 +186,19 @@ run (void *cls,
|
|||||||
ec.exchange_url,
|
ec.exchange_url,
|
||||||
"EUR:0.89",
|
"EUR:0.89",
|
||||||
bc.exchange_payto,
|
bc.exchange_payto,
|
||||||
TALER_payto_xtalerbank_make (
|
"payto://x-taler-bank/localhost/4"),
|
||||||
bc.bank_url, "4")),
|
|
||||||
|
|
||||||
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3b",
|
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3b",
|
||||||
ec.exchange_url,
|
ec.exchange_url,
|
||||||
"EUR:0.89",
|
"EUR:0.89",
|
||||||
bc.exchange_payto,
|
bc.exchange_payto,
|
||||||
TALER_payto_xtalerbank_make (
|
"payto://x-taler-bank/localhost/4"),
|
||||||
bc.bank_url, "4")),
|
|
||||||
|
|
||||||
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3c",
|
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3c",
|
||||||
ec.exchange_url,
|
ec.exchange_url,
|
||||||
"EUR:0.89",
|
"EUR:0.89",
|
||||||
bc.exchange_payto,
|
bc.exchange_payto,
|
||||||
TALER_payto_xtalerbank_make (
|
"payto://x-taler-bank/localhost/5"),
|
||||||
bc.bank_url, "5")),
|
|
||||||
TALER_TESTING_cmd_check_bank_empty ("expect-empty-transactions-after-3"),
|
TALER_TESTING_cmd_check_bank_empty ("expect-empty-transactions-after-3"),
|
||||||
|
|
||||||
// checking that aggregator waits for the deadline.
|
// checking that aggregator waits for the deadline.
|
||||||
|
Loading…
Reference in New Issue
Block a user