summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:08:46 +0200
committerMS <ms@taler.net>2020-10-15 13:05:25 +0200
commit2793afed371825321334b8f8494fa3fc26d9ec10 (patch)
treebb74a8a51e97009d07d328ae2d783d941fc2062c /src/testing/testing_api_helpers.c
parentef870b54ac7a83dfd386f5dbd6945422796c8ccd (diff)
downloadmerchant-2793afed371825321334b8f8494fa3fc26d9ec10.tar.gz
merchant-2793afed371825321334b8f8494fa3fc26d9ec10.tar.bz2
merchant-2793afed371825321334b8f8494fa3fc26d9ec10.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_helpers.c')
-rw-r--r--src/testing/testing_api_helpers.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c
index 6d244cbe..659bb694 100644
--- a/src/testing/testing_api_helpers.c
+++ b/src/testing/testing_api_helpers.c
@@ -30,16 +30,6 @@
#include "taler_merchant_testing_lib.h"
-/**
- * Start the merchant backend process. Assume the port
- * is available and the database is clean. Use the "prepare
- * merchant" function to do such tasks.
- *
- * @param config_filename configuration filename.
- *
- * @return the process, or NULL if the process could not
- * be started.
- */
struct GNUNET_OS_Process *
TALER_TESTING_run_merchant (const char *config_filename,
const char *merchant_url)
@@ -95,15 +85,6 @@ TALER_TESTING_run_merchant (const char *config_filename,
}
-/**
- * Prepare the merchant execution. Create tables and check if
- * the port is available.
- *
- * @param config_filename configuration filename.
- *
- * @return the base url, or NULL upon errors. Must be freed
- * by the caller.
- */
char *
TALER_TESTING_prepare_merchant (const char *config_filename)
{