diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-10 19:28:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-10 19:28:28 +0100 |
commit | 277f90bf2ba38e1e33ab761e2052f0807730364b (patch) | |
tree | 94613cad65de20e40058859df6956e677f59129c /src/exchange-lib/test_exchange_api_new.c | |
parent | 48ad5d2b5c8a625ea59794bfe403f5e10553195a (diff) |
preparing test logic for new auditor requirements (incomplete)
Diffstat (limited to 'src/exchange-lib/test_exchange_api_new.c')
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index f87aa4abb..11b361412 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -66,6 +66,13 @@ static char *fakebank_url; static char *exchange_url; /** + * Auditor base URL as it appears in the configuration. Note + * that it might differ from the one where the auditor actually + * listens from. + */ +static char *auditor_url; + +/** * Account number of the exchange at the bank. */ #define EXCHANGE_ACCOUNT_NO 2 @@ -941,7 +948,8 @@ main (int argc, * fetches the port number from config in order to see * if it's available. */ switch (TALER_TESTING_prepare_exchange (CONFIG_FILE, - &exchange_url)) + &auditor_url, + &exchange_url)) { case GNUNET_SYSERR: GNUNET_break (0); |