From 734fd8cc7d3fc71418aafedf9b920345b51b0b53 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 17 Jan 2020 03:13:50 +0100 Subject: test_bank_api_with_fakebank passes again --- src/lib/test_bank_api.conf | 6 +----- src/lib/testing_api_cmd_bank_history_credit.c | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/test_bank_api.conf b/src/lib/test_bank_api.conf index 97fe09c98..c5d55fa3e 100644 --- a/src/lib/test_bank_api.conf +++ b/src/lib/test_bank_api.conf @@ -2,13 +2,9 @@ currency = KUDOS [account-2] -URL = payto://x-taler-bank/localhost:8081/2 -FAKEBANK_PORT = 8081 +URL = payto://x-taler-bank/localhost/2 [bank] SERVE = http HTTP_PORT = 8081 DATABASE = postgres:///talercheck - -[exchange-wire-test] -bank_url = http://localhost:8081/ diff --git a/src/lib/testing_api_cmd_bank_history_credit.c b/src/lib/testing_api_cmd_bank_history_credit.c index fe55fbce6..ab2d0674b 100644 --- a/src/lib/testing_api_cmd_bank_history_credit.c +++ b/src/lib/testing_api_cmd_bank_history_credit.c @@ -371,6 +371,12 @@ check_result (struct TALER_TESTING_Interpreter *is, details->debit_account_url)) ) { GNUNET_break (0); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "expected debit_account_url: %s\n", + details->debit_account_url); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "actual debit_account_url: %s\n", + h[off].details.debit_account_url); print_expected (h, total, off); -- cgit v1.2.3