diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-16 13:18:23 +0200 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-16 13:18:23 +0200 | 
| commit | 8ec523afbba274a0979eb2c0696c30c3e13fc919 (patch) | |
| tree | f52bc94a6dcdb5b7f8b8e833ba69d714aaab1f75 /src/exchange-lib | |
| parent | 08824870e6cb6b91bf43936357361d82f8017dc6 (diff) | |
Triggering 409 Conflict for /refresh/reveal
Diffstat (limited to 'src/exchange-lib')
| -rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.c | 24 | ||||
| -rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.conf | 4 | 
2 files changed, 18 insertions, 10 deletions
| diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 3b875cd5..762f124b 100644 --- a/src/exchange-lib/test_exchange_api_twisted.c +++ b/src/exchange-lib/test_exchange_api_twisted.c @@ -142,13 +142,15 @@ run (void *cls,    struct TALER_TESTING_Command commands[] = { -    CMD_TRANSFER_TO_EXCHANGE ("refresh-create-reserve", -                              "EUR:5.01"), +    CMD_TRANSFER_TO_EXCHANGE +      ("refresh-create-reserve", +       "EUR:5.01"),      /**       * Make previous command effective.       */ -    CMD_EXEC_WIREWATCH ("wirewatch"), +    CMD_EXEC_WIREWATCH +      ("wirewatch"),      /**       * Withdraw EUR:5. @@ -184,10 +186,18 @@ run (void *cls,         "refresh-withdraw-coin",         MHD_HTTP_OK), -    /** -     * End the suite.  Fixme: better to have a label for this -     * too, as it shows a "(null)" token on logs. -     */ +    /* Trigger 409 Conflict.  */ +    TALER_TESTING_cmd_flip_upload +      ("flip-upload", +       CONFIG_FILE, +       "transfer_privs.0"), + +    TALER_TESTING_cmd_refresh_reveal +      ("refresh-(flipped-)reveal", +       is->exchange, +       "refresh-melt", +       MHD_HTTP_CONFLICT), +      TALER_TESTING_cmd_end ()    }; diff --git a/src/exchange-lib/test_exchange_api_twisted.conf b/src/exchange-lib/test_exchange_api_twisted.conf index d64ea659..142dd99f 100644 --- a/src/exchange-lib/test_exchange_api_twisted.conf +++ b/src/exchange-lib/test_exchange_api_twisted.conf @@ -49,8 +49,6 @@ lookahead_sign = 32 weeks 1 day  # ahead of time?  lookahead_provide = 4 weeks 1 day - -  [exchange]  # HTTP port the exchange listens to @@ -67,7 +65,7 @@ DB = postgres  # connection addressed to the exchange.  In fact, the presence  # of the twister is 100% transparent to the test case, as it  # only seeks the exchange/BASE_URL URL to connect to the exchange. -BASE_URL = "http://localhost:8081/" +BASE_URL = "http://localhost:8888/"  [exchangedb-postgres]  DB_CONN_STR = "postgres:///talercheck" | 
