diff options
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/test_exchange_api_twisted.c | 3 | ||||
| -rw-r--r-- | src/testing/test_exchange_api_twisted.conf | 4 | ||||
| -rw-r--r-- | src/testing/testing_api_cmd_serialize_keys.c | 2 | 
3 files changed, 4 insertions, 5 deletions
| diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 25cee058..0b8de5b9 100644 --- a/src/testing/test_exchange_api_twisted.c +++ b/src/testing/test_exchange_api_twisted.c @@ -153,8 +153,7 @@ run (void *cls,     * NOTE: not all CMDs actually need the twister,     * so it may be better to move those into the "main"     * lib test suite. -   */ -  struct TALER_TESTING_Command refund[] = { +   */struct TALER_TESTING_Command refund[] = {      CMD_TRANSFER_TO_EXCHANGE ("create-reserve-r1",                                "EUR:5.01"),      CMD_EXEC_WIREWATCH ("wirewatch-r1"), diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf index f93fe912..3f5b6f88 100644 --- a/src/testing/test_exchange_api_twisted.conf +++ b/src/testing/test_exchange_api_twisted.conf @@ -2,7 +2,7 @@  #  [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase  TALER_TEST_HOME = test_exchange_api_home/ @@ -109,7 +109,7 @@ UNIX_MATCH_GID = YES  [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future...  # If you see this after 2017, update to match the next 10 years...  WIRE-FEE-2018 = EUR:0.01  WIRE-FEE-2019 = EUR:0.01 diff --git a/src/testing/testing_api_cmd_serialize_keys.c b/src/testing/testing_api_cmd_serialize_keys.c index aa39b8a3..82df0f06 100644 --- a/src/testing/testing_api_cmd_serialize_keys.c +++ b/src/testing/testing_api_cmd_serialize_keys.c @@ -39,7 +39,7 @@ struct SerializeKeysState    /**     * Exchange URL.  Needed because the exchange gets disconnected     * from, after keys serialization.  This value is then needed by -   * subsequent commands that have to reconnect to the exchagne. +   * subsequent commands that have to reconnect to the exchange.     */    char *exchange_url;  }; | 
