diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/test_bank_api.conf | 6 | ||||
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_credit.c | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/test_bank_api.conf b/src/lib/test_bank_api.conf index 97fe09c9..c5d55fa3 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 fe55fbce..ab2d0674 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); |