From 277f90bf2ba38e1e33ab761e2052f0807730364b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Nov 2018 19:28:28 +0100 Subject: preparing test logic for new auditor requirements (incomplete) --- src/include/taler_testing_auditor_lib.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/include/taler_testing_auditor_lib.h') diff --git a/src/include/taler_testing_auditor_lib.h b/src/include/taler_testing_auditor_lib.h index 49b55581d..e091c9f8b 100644 --- a/src/include/taler_testing_auditor_lib.h +++ b/src/include/taler_testing_auditor_lib.h @@ -35,27 +35,6 @@ /* ********************* Helper functions ********************* */ -/** - * Prepare launching an auditor and exchange. Checks that the configured - * port is available, runs taler-exchange-keyup, taler-auditor-exchange, - * taler-auditor-sign and taler-exchange-dbinit. Does not - * launch the exchange process itself. - * - * @param config_filename configuration file to use - * @param auditor_base_url[out] will be set to the auditor base url, - * if the config has any; otherwise it will be set to - * NULL. - * @param exchange_base_url[out] will be set to the exchange base url, - * if the config has any; otherwise it will be set to - * NULL. - * @return #GNUNET_OK on success, #GNUNET_NO if test should be - * skipped, #GNUNET_SYSERR on test failure - */ -int -TALER_TESTING_AUDITOR_prepare_auditor (const char *config_filename, - char **auditor_base_url, - char **exchange_base_url); - /** * Wait for the auditor to have started. Waits for at -- cgit v1.2.3