diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
commit | e0cf954ad9ab0c1613ab2c0f06ada581dbdb8276 (patch) | |
tree | b6bed56bafdf3b7d6a3130ef614bc35562c9d3a8 /src/include | |
parent | c58c5bce2be3125515e7dbcc69abd3699a568707 (diff) |
make exchange test suite work with current bank
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_bank_lib.h | 20 |
1 files changed, 11 insertions, 9 deletions
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 ********************* */ |