diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 03:13:50 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 03:13:58 +0100 |
commit | 734fd8cc7d3fc71418aafedf9b920345b51b0b53 (patch) | |
tree | d48edd3ba25e7ae12f89461f832f7acdf973467f /src/lib/testing_api_cmd_bank_history_credit.c | |
parent | 4b16198b43ccb63a7efc2c170622a69759f8ed8f (diff) |
test_bank_api_with_fakebank passes again
Diffstat (limited to 'src/lib/testing_api_cmd_bank_history_credit.c')
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_credit.c | 6 |
1 files changed, 6 insertions, 0 deletions
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); |