summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-15 20:33:02 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-16 11:05:00 +0200
commitbdfa18830d12ed99fee8d79f48d2ab0ba52c567e (patch)
tree10528edccfdb3290a5259878f744f32f0d6dcf9c /src/bank-lib/test_bank_api.c
parent7c28823cafa0692849deae506e81efdbc07f2ed3 (diff)
downloadexchange-bdfa18830d12ed99fee8d79f48d2ab0ba52c567e.tar.gz
exchange-bdfa18830d12ed99fee8d79f48d2ab0ba52c567e.tar.bz2
exchange-bdfa18830d12ed99fee8d79f48d2ab0ba52c567e.zip
start_row is actually start in the spec, fix naming
Diffstat (limited to 'src/bank-lib/test_bank_api.c')
-rw-r--r--src/bank-lib/test_bank_api.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c
index 9904f3718..131d6559e 100644
--- a/src/bank-lib/test_bank_api.c
+++ b/src/bank-lib/test_bank_api.c
@@ -62,7 +62,6 @@ run (void *cls)
.details.admin_add_incoming.credit_account_no = 1,
.details.admin_add_incoming.debit_account_no = 2, /* Ignored */
.details.admin_add_incoming.amount = "KUDOS:5.01" },
- #if 0
/* Ask Exchange's incoming history */
{ .oc = TBI_OC_HISTORY,
.label = "history-1c",
@@ -70,7 +69,6 @@ run (void *cls)
.details.history.direction = TALER_BANK_DIRECTION_CREDIT,
.details.history.start_row_ref = NULL,
.details.history.num_results = 5 },
- #endif
/* Ask Exchange's outgoing history, 5 records into the future?? */
{ .oc = TBI_OC_HISTORY,
.label = "history-2d",
@@ -78,7 +76,6 @@ run (void *cls)
.details.history.direction = TALER_BANK_DIRECTION_DEBIT,
.details.history.start_row_ref = NULL,
.details.history.num_results = 5 },
- # if 0
/* Ask Exchange's outgoing history, last 5 records */
{ .oc = TBI_OC_HISTORY,
.label = "history-2dr",
@@ -92,7 +89,6 @@ run (void *cls)
.details.history.direction = TALER_BANK_DIRECTION_DEBIT,
.details.history.start_row_ref = "deposit-1",
.details.history.num_results = 5 },
- #endif
{ .oc = TBI_OC_END }
};