gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: rename config file to make it cl


From: gnunet
Subject: [taler-exchange] branch master updated: rename config file to make it clear it is associated with a test
Date: Thu, 16 Jan 2020 20:29:58 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 774874a0 rename config file to make it clear it is associated with a 
test
774874a0 is described below

commit 774874a0964f3c14e4379d7e92554b2426c7c4a3
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 20:29:56 2020 +0100

    rename config file to make it clear it is associated with a test
---
 src/lib/test_bank_api.c                                   | 3 +--
 src/lib/{bank.conf => test_bank_api.conf}                 | 0
 src/lib/test_bank_api_twisted.c                           | 2 +-
 src/lib/{bank_twisted.conf => test_bank_api_twisted.conf} | 0
 4 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/lib/test_bank_api.c b/src/lib/test_bank_api.c
index f950f28a..5ebf7637 100644
--- a/src/lib/test_bank_api.c
+++ b/src/lib/test_bank_api.c
@@ -33,8 +33,7 @@
 #include <microhttpd.h>
 #include "taler_testing_lib.h"
 
-// FIXME: rename config file to make it clear it is associated with a test!
-#define CONFIG_FILE "bank.conf"
+#define CONFIG_FILE "test_bank_api.conf"
 
 /**
  * Bank configuration data.
diff --git a/src/lib/bank.conf b/src/lib/test_bank_api.conf
similarity index 100%
rename from src/lib/bank.conf
rename to src/lib/test_bank_api.conf
diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c
index 632bf1cb..4fe1e37a 100644
--- a/src/lib/test_bank_api_twisted.c
+++ b/src/lib/test_bank_api_twisted.c
@@ -39,7 +39,7 @@
  * Configuration file we use.  One (big) configuration is used
  * 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.
diff --git a/src/lib/bank_twisted.conf b/src/lib/test_bank_api_twisted.conf
similarity index 100%
rename from src/lib/bank_twisted.conf
rename to src/lib/test_bank_api_twisted.conf

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]