From e0cf954ad9ab0c1613ab2c0f06ada581dbdb8276 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Dec 2019 11:47:16 +0100 Subject: make exchange test suite work with current bank --- src/include/taler_testing_bank_lib.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index 6b407197f..350aca3b7 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h @@ -35,15 +35,17 @@ /* ******** Credentials to log in at the bank ******* */ -#define BANK_ACCOUNT_NUMBER 1 -#define BANK_USERNAME "Bank" -#define BANK_PASSWORD "x" -#define EXCHANGE_ACCOUNT_NUMBER 2 -#define EXCHANGE_USERNAME "Exchange" -#define EXCHANGE_PASSWORD "x" -#define USER_ACCOUNT_NUMBER 3 -#define USER_USERNAME "Tor" -#define USER_PASSWORD "x" +/* Note that the same passwords must be set in the script in + contrib/taler-bank-manage-testing for the tests to work! */ +#define TALER_TESTING_BANK_ACCOUNT_NUMBER 1 +#define TALER_TESTING_BANK_USERNAME "Bank" +#define TALER_TESTING_BANK_PASSWORD "x" +#define TALER_TESTING_EXCHANGE_ACCOUNT_NUMBER 2 +#define TALER_TESTING_EXCHANGE_USERNAME "Exchange" +#define TALER_TESTING_EXCHANGE_PASSWORD "x" +#define TALER_TESTING_USER_ACCOUNT_NUMBER 3 +#define TALER_TESTING_USER_USERNAME "Tor" +#define TALER_TESTING_USER_PASSWORD "x" /* ********************* Helper functions ********************* */ -- cgit v1.2.3