summaryrefslogtreecommitdiff
path: root/src/auditor-lib/test_auditor_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-11 16:45:09 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-11 16:45:09 +0100
commit17edb09f384689da5923689dfe4b6d071797091c (patch)
tree826f63700898dd4c939ef0a8d105c210cc60c7a5 /src/auditor-lib/test_auditor_api.c
parent4885b899c76d11de06cf0ac5050985698045505b (diff)
downloadexchange-17edb09f384689da5923689dfe4b6d071797091c.tar.gz
exchange-17edb09f384689da5923689dfe4b6d071797091c.tar.bz2
exchange-17edb09f384689da5923689dfe4b6d071797091c.zip
extend testing logic to setup handle for the auditor
Diffstat (limited to 'src/auditor-lib/test_auditor_api.c')
-rw-r--r--src/auditor-lib/test_auditor_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor-lib/test_auditor_api.c b/src/auditor-lib/test_auditor_api.c
index 56f7cd01a..6393ce351 100644
--- a/src/auditor-lib/test_auditor_api.c
+++ b/src/auditor-lib/test_auditor_api.c
@@ -185,9 +185,9 @@ main (int argc,
* start/stop the exchange. It calls TALER_TESTING_setup
* which creates the 'is' object.
*/
- TALER_TESTING_setup_with_auditor_and_exchange (&run,
- NULL,
- CONFIG_FILE))
+ TALER_TESTING_AUDITOR_setup (&run,
+ NULL,
+ CONFIG_FILE))
return 1;
break;
default: