rename config file to make it clear it is associated with a test

This commit is contained in:
Christian Grothoff 2020-01-16 20:29:56 +01:00
parent e902aa49aa
commit 774874a096
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 2 additions and 3 deletions

View File

@ -33,8 +33,7 @@
#include <microhttpd.h> #include <microhttpd.h>
#include "taler_testing_lib.h" #include "taler_testing_lib.h"
// FIXME: rename config file to make it clear it is associated with a test! #define CONFIG_FILE "test_bank_api.conf"
#define CONFIG_FILE "bank.conf"
/** /**
* Bank configuration data. * Bank configuration data.

View File

@ -39,7 +39,7 @@
* Configuration file we use. One (big) configuration is used * Configuration file we use. One (big) configuration is used
* for the various components for this test. * for the various components for this test.
*/ */
#define CONFIG_FILE "bank_twisted.conf" #define CONFIG_FILE "test_bank_api_twisted.conf"
/** /**
* True when the test runs against Fakebank. * True when the test runs against Fakebank.