diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-08 10:04:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-08 10:04:39 +0100 |
commit | 92d21ca315cf036d54a0ac83178ea79d7ebe7fd6 (patch) | |
tree | b1606546d102b601481b60b6ec45340f0fa64e09 /src/lib/test_exchange_api.c | |
parent | c0702a6f0a2f1d837892417a5a4292ad18f3e453 (diff) |
remove ebics (#6038)
Diffstat (limited to 'src/lib/test_exchange_api.c')
-rw-r--r-- | src/lib/test_exchange_api.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c index 4e8eb7e09..600e4c678 100644 --- a/src/lib/test_exchange_api.c +++ b/src/lib/test_exchange_api.c @@ -46,14 +46,6 @@ "test_exchange_api_expire_reserve_now.conf" /** - * Is the configuration file is set to include wire format 'ebics'? - * Requires that EBICS /history function is implemented, which it - * is currently not. Once it is, set ENABLE_CREDIT to YES in the - * configuration and then set this option to 1. - */ -#define WIRE_EBICS 0 - -/** * URL of the fakebank. Obtained from CONFIG_FILE's * "exchange-wire-test:BANK_URI" option. */ @@ -148,7 +140,6 @@ static void run (void *cls, struct TALER_TESTING_Interpreter *is) { - /** * Checks made against /wire response. */ @@ -161,16 +152,6 @@ run (void *cls, "x-taler-bank", NULL, MHD_HTTP_OK), - #if WIRE_EBICS - /** - * Check if 'ebics' wire method is offered by the exchange. - */ - TALER_TESTING_cmd_wire ("wire-sepa-1", - "ebics", - NULL, - MHD_HTTP_OK), - #endif - TALER_TESTING_cmd_end () }; |