From 9914a9b301c5b3381ddbe8dba8c47be2366e3de4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 21 Mar 2019 18:47:35 +0100 Subject: Adapt "/history" tests to the new policy of 'start' defaults. --- src/bank-lib/test_bank_api_with_fakebank.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bank-lib/test_bank_api_with_fakebank.c') diff --git a/src/bank-lib/test_bank_api_with_fakebank.c b/src/bank-lib/test_bank_api_with_fakebank.c index 42978469..5c940d78 100644 --- a/src/bank-lib/test_bank_api_with_fakebank.c +++ b/src/bank-lib/test_bank_api_with_fakebank.c @@ -88,7 +88,7 @@ run (void *cls) .details.history.account_number = 2, .details.history.direction = TALER_BANK_DIRECTION_BOTH, .details.history.start_row_ref = NULL, - .details.history.num_results = -5 }, + .details.history.num_results = 5 }, { .oc = TBI_OC_HISTORY, .label = "history-2bi", .details.history.account_number = 2, @@ -130,13 +130,13 @@ run (void *cls) in the history. So to see the rejected transfer, we need to start looking after "credit-2" */ .details.history.start_row_ref = NULL, - .details.history.num_results = -5 }, + .details.history.num_results = 5 }, { .oc = TBI_OC_HISTORY, .label = "history-r1c", .details.history.account_number = 1, .details.history.direction = TALER_BANK_DIRECTION_BOTH | TALER_BANK_DIRECTION_CANCEL, .details.history.start_row_ref = NULL, - .details.history.num_results = -5 }, + .details.history.num_results = 5 }, { .oc = TBI_OC_EXPECT_TRANSFER, .label = "expect-credit-reject-1", .details.expect_transfer.cmd_ref = "credit-for-reject-1" }, -- cgit v1.2.3