make aggregator test case pass again

This commit is contained in:
Florian Dold 2020-01-17 03:39:15 +01:00
parent a65d3f1800
commit dcc80fd35d
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 11 additions and 7 deletions

View File

@ -57,13 +57,20 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
[account-1]
# 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"
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
TALER_BANK_AUTH_METHOD = NONE
[bank]
HTTP_PORT = 8082
[fees-x-taler-bank]
# Fees for the forseeable future...

View File

@ -186,22 +186,19 @@ run (void *cls,
ec.exchange_url,
"EUR:0.89",
bc.exchange_payto,
TALER_payto_xtalerbank_make (
bc.bank_url, "4")),
"payto://x-taler-bank/localhost/4"),
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3b",
ec.exchange_url,
"EUR:0.89",
bc.exchange_payto,
TALER_payto_xtalerbank_make (
bc.bank_url, "4")),
"payto://x-taler-bank/localhost/4"),
TALER_TESTING_cmd_check_bank_transfer ("expect-deposit-3c",
ec.exchange_url,
"EUR:0.89",
bc.exchange_payto,
TALER_payto_xtalerbank_make (
bc.bank_url, "5")),
"payto://x-taler-bank/localhost/5"),
TALER_TESTING_cmd_check_bank_empty ("expect-empty-transactions-after-3"),
// checking that aggregator waits for the deadline.