re-enable bank /reject testing now that bank implements it (closes #5200)

This commit is contained in:
Christian Grothoff 2017-12-13 17:14:52 +01:00
parent 2a62f13998
commit f93abc29d8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 }
};