aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_bank_history_credit.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-17 03:13:50 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-17 03:13:58 +0100
commit734fd8cc7d3fc71418aafedf9b920345b51b0b53 (patch)
treed48edd3ba25e7ae12f89461f832f7acdf973467f /src/lib/testing_api_cmd_bank_history_credit.c
parent4b16198b43ccb63a7efc2c170622a69759f8ed8f (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.c6
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);