From 8ec523afbba274a0979eb2c0696c30c3e13fc919 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 16 May 2018 13:18:23 +0200 Subject: Triggering 409 Conflict for /refresh/reveal --- src/exchange-lib/test_exchange_api_twisted.c | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'src/exchange-lib/test_exchange_api_twisted.c') 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 () }; -- cgit v1.2.3