summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-15 20:55:11 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-15 20:55:11 +0200
commita497ccffb607c7ac4e6461693630d2d673afff73 (patch)
tree5d7f94f5821b12622fbd78d8332a0d2993ea14fe /src/lib/test_exchange_api.c
parentc1f6115867064d59039c9135842f4fe3c2905ada (diff)
downloadexchange-a497ccffb607c7ac4e6461693630d2d673afff73.tar.gz
exchange-a497ccffb607c7ac4e6461693630d2d673afff73.tar.bz2
exchange-a497ccffb607c7ac4e6461693630d2d673afff73.zip
integrate test for #5777 into build, expected to fail for now
Diffstat (limited to 'src/lib/test_exchange_api.c')
-rw-r--r--src/lib/test_exchange_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c
index 66314b7ce..e317f7a7d 100644
--- a/src/lib/test_exchange_api.c
+++ b/src/lib/test_exchange_api.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014-2018 Taler Systems SA
+ Copyright (C) 2014--2019 Taler Systems SA
TALER is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as
@@ -958,7 +958,7 @@ main (int argc,
/* These environment variables get in the way... */
unsetenv ("XDG_DATA_HOME");
unsetenv ("XDG_CONFIG_HOME");
- GNUNET_log_setup ("test-exchange-api-new",
+ GNUNET_log_setup ("test-exchange-api",
"INFO",
NULL);
if (NULL == (fakebank_url
@@ -973,7 +973,7 @@ main (int argc,
* if it's available. */
switch (TALER_TESTING_prepare_exchange (CONFIG_FILE,
&auditor_url,
- &exchange_url))
+ &exchange_url))
{
case GNUNET_SYSERR:
GNUNET_break (0);
@@ -998,4 +998,4 @@ main (int argc,
return 0;
}
-/* end of test_exchange_api_new.c */
+/* end of test_exchange_api.c */