From 92d21ca315cf036d54a0ac83178ea79d7ebe7fd6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Jan 2020 10:04:39 +0100 Subject: remove ebics (#6038) --- src/lib/test_exchange_api.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/lib/test_exchange_api.c') diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c index 4e8eb7e0..600e4c67 100644 --- a/src/lib/test_exchange_api.c +++ b/src/lib/test_exchange_api.c @@ -45,14 +45,6 @@ #define CONFIG_FILE_EXPIRE_RESERVE_NOW \ "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 () }; -- cgit v1.2.3