rename config file to make it clear it is associated with a test
This commit is contained in:
parent
e902aa49aa
commit
774874a096
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user