diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-12-13 17:14:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-12-13 17:14:52 +0100 |
commit | f93abc29d8bec77bc83ae21d49fd5f7a23826192 (patch) | |
tree | 1218111b9cc797ea75fda805fdab0d092a88319e | |
parent | 2a62f139988f4e5033bd2b823453135dc27c03da (diff) |
re-enable bank /reject testing now that bank implements it (closes #5200)
-rw-r--r-- | src/bank-lib/test_bank_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c index c70ae8803..2a1171918 100644 --- a/src/bank-lib/test_bank_api.c +++ b/src/bank-lib/test_bank_api.c @@ -91,7 +91,6 @@ run (void *cls) .details.history.direction = TALER_BANK_DIRECTION_DEBIT, .details.history.start_row_ref = "deposit-1", .details.history.num_results = 5 }, - /* FIXME(bug #5200): re-enable once implemented in bank { .oc = TBI_OC_REJECT, .label = "reject-1", .details.reject.cmd_ref = "deposit-1" }, @@ -113,7 +112,6 @@ run (void *cls) .details.history.direction = TALER_BANK_DIRECTION_BOTH | TALER_BANK_DIRECTION_CANCEL, .details.history.start_row_ref = NULL, .details.history.num_results = 5 }, - */ { .oc = TBI_OC_END } }; |