fix expected status code
This commit is contained in:
parent
15099429c3
commit
d28f18f240
@ -204,7 +204,7 @@ handle_refresh_reveal_finished (void *cls,
|
|||||||
const json_t *j = response;
|
const json_t *j = response;
|
||||||
struct TALER_EXCHANGE_HttpResponse hr = {
|
struct TALER_EXCHANGE_HttpResponse hr = {
|
||||||
.reply = j,
|
.reply = j,
|
||||||
.http_status = response_code
|
.http_status = (unsigned int) response_code
|
||||||
};
|
};
|
||||||
|
|
||||||
rrh->job = NULL;
|
rrh->job = NULL;
|
||||||
|
@ -109,25 +109,20 @@ run (void *cls,
|
|||||||
* response from a refresh-reveal operation.
|
* response from a refresh-reveal operation.
|
||||||
*/
|
*/
|
||||||
struct TALER_TESTING_Command refresh_409_conflict[] = {
|
struct TALER_TESTING_Command refresh_409_conflict[] = {
|
||||||
CMD_TRANSFER_TO_EXCHANGE
|
CMD_TRANSFER_TO_EXCHANGE ("refresh-create-reserve",
|
||||||
("refresh-create-reserve",
|
|
||||||
"EUR:5.01"),
|
"EUR:5.01"),
|
||||||
/**
|
/**
|
||||||
* Make previous command effective.
|
* Make previous command effective.
|
||||||
*/
|
*/
|
||||||
CMD_EXEC_WIREWATCH
|
CMD_EXEC_WIREWATCH ("wirewatch"),
|
||||||
("wirewatch"),
|
|
||||||
/**
|
/**
|
||||||
* Withdraw EUR:5.
|
* Withdraw EUR:5.
|
||||||
*/
|
*/
|
||||||
TALER_TESTING_cmd_withdraw_amount
|
TALER_TESTING_cmd_withdraw_amount ("refresh-withdraw-coin",
|
||||||
("refresh-withdraw-coin",
|
|
||||||
"refresh-create-reserve",
|
"refresh-create-reserve",
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
MHD_HTTP_OK),
|
MHD_HTTP_OK),
|
||||||
|
TALER_TESTING_cmd_deposit ("refresh-deposit-partial",
|
||||||
TALER_TESTING_cmd_deposit
|
|
||||||
("refresh-deposit-partial",
|
|
||||||
"refresh-withdraw-coin",
|
"refresh-withdraw-coin",
|
||||||
0,
|
0,
|
||||||
bc.user42_payto,
|
bc.user42_payto,
|
||||||
@ -136,27 +131,21 @@ run (void *cls,
|
|||||||
GNUNET_TIME_UNIT_ZERO,
|
GNUNET_TIME_UNIT_ZERO,
|
||||||
"EUR:1",
|
"EUR:1",
|
||||||
MHD_HTTP_OK),
|
MHD_HTTP_OK),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Melt the rest of the coin's value
|
* Melt the rest of the coin's value
|
||||||
* (EUR:4.00 = 3x EUR:1.03 + 7x EUR:0.13) */
|
* (EUR:4.00 = 3x EUR:1.03 + 7x EUR:0.13) */
|
||||||
TALER_TESTING_cmd_melt
|
TALER_TESTING_cmd_melt ("refresh-melt",
|
||||||
("refresh-melt",
|
|
||||||
"refresh-withdraw-coin",
|
"refresh-withdraw-coin",
|
||||||
MHD_HTTP_OK,
|
MHD_HTTP_OK,
|
||||||
NULL),
|
NULL),
|
||||||
/* Trigger 409 Conflict. */
|
/* Trigger 409 Conflict. */
|
||||||
TALER_TESTING_cmd_flip_upload
|
TALER_TESTING_cmd_flip_upload ("flip-upload",
|
||||||
("flip-upload",
|
|
||||||
CONFIG_FILE,
|
CONFIG_FILE,
|
||||||
"transfer_privs.0"),
|
"transfer_privs.0"),
|
||||||
TALER_TESTING_cmd_refresh_reveal
|
TALER_TESTING_cmd_refresh_reveal ("refresh-(flipped-)reveal",
|
||||||
("refresh-(flipped-)reveal",
|
|
||||||
"refresh-melt",
|
"refresh-melt",
|
||||||
MHD_HTTP_CONFLICT),
|
MHD_HTTP_CONFLICT),
|
||||||
|
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -165,19 +154,14 @@ run (void *cls,
|
|||||||
* so it may be better to move those into the "main"
|
* so it may be better to move those into the "main"
|
||||||
* lib test suite.
|
* lib test suite.
|
||||||
*/struct TALER_TESTING_Command refund[] = {
|
*/struct TALER_TESTING_Command refund[] = {
|
||||||
|
CMD_TRANSFER_TO_EXCHANGE ("create-reserve-r1",
|
||||||
CMD_TRANSFER_TO_EXCHANGE
|
|
||||||
("create-reserve-r1",
|
|
||||||
"EUR:5.01"),
|
"EUR:5.01"),
|
||||||
CMD_EXEC_WIREWATCH
|
CMD_EXEC_WIREWATCH ("wirewatch-r1"),
|
||||||
("wirewatch-r1"),
|
TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-r1",
|
||||||
TALER_TESTING_cmd_withdraw_amount
|
|
||||||
("withdraw-coin-r1",
|
|
||||||
"create-reserve-r1",
|
"create-reserve-r1",
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
MHD_HTTP_OK),
|
MHD_HTTP_OK),
|
||||||
TALER_TESTING_cmd_deposit
|
TALER_TESTING_cmd_deposit ("deposit-refund-1",
|
||||||
("deposit-refund-1",
|
|
||||||
"withdraw-coin-r1",
|
"withdraw-coin-r1",
|
||||||
0,
|
0,
|
||||||
bc.user42_payto,
|
bc.user42_payto,
|
||||||
@ -186,24 +170,20 @@ run (void *cls,
|
|||||||
GNUNET_TIME_UNIT_MINUTES,
|
GNUNET_TIME_UNIT_MINUTES,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
MHD_HTTP_OK),
|
MHD_HTTP_OK),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-currency-mismatch",
|
||||||
("refund-currency-mismatch",
|
MHD_HTTP_BAD_REQUEST,
|
||||||
MHD_HTTP_PRECONDITION_FAILED,
|
|
||||||
"USD:5",
|
"USD:5",
|
||||||
"USD:0.01",
|
"USD:0.01",
|
||||||
"deposit-refund-1"),
|
"deposit-refund-1"),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-fee-above-amount",
|
||||||
("refund-fee-above-amount",
|
|
||||||
MHD_HTTP_BAD_REQUEST,
|
MHD_HTTP_BAD_REQUEST,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
"EUR:10",
|
"EUR:10",
|
||||||
"deposit-refund-1"),
|
"deposit-refund-1"),
|
||||||
TALER_TESTING_cmd_flip_upload
|
TALER_TESTING_cmd_flip_upload ("flip-upload",
|
||||||
("flip-upload",
|
|
||||||
CONFIG_FILE,
|
CONFIG_FILE,
|
||||||
"merchant_sig"),
|
"merchant_sig"),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-bad-sig",
|
||||||
("refund-bad-sig",
|
|
||||||
MHD_HTTP_FORBIDDEN,
|
MHD_HTTP_FORBIDDEN,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
"EUR:0.01",
|
"EUR:0.01",
|
||||||
@ -212,9 +192,7 @@ run (void *cls,
|
|||||||
/* This next deposit CMD is only used to provide a
|
/* This next deposit CMD is only used to provide a
|
||||||
* good merchant signature to the next (failing) refund
|
* good merchant signature to the next (failing) refund
|
||||||
* operations. */
|
* operations. */
|
||||||
|
TALER_TESTING_cmd_deposit ("deposit-refund-to-fail",
|
||||||
TALER_TESTING_cmd_deposit
|
|
||||||
("deposit-refund-to-fail",
|
|
||||||
"withdraw-coin-r1",
|
"withdraw-coin-r1",
|
||||||
0, /* coin index. */
|
0, /* coin index. */
|
||||||
bc.user42_payto,
|
bc.user42_payto,
|
||||||
@ -226,20 +204,17 @@ run (void *cls,
|
|||||||
GNUNET_TIME_UNIT_MINUTES,
|
GNUNET_TIME_UNIT_MINUTES,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
MHD_HTTP_CONFLICT),
|
MHD_HTTP_CONFLICT),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-deposit-not-found",
|
||||||
("refund-deposit-not-found",
|
|
||||||
MHD_HTTP_NOT_FOUND,
|
MHD_HTTP_NOT_FOUND,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
"EUR:0.01",
|
"EUR:0.01",
|
||||||
"deposit-refund-to-fail"),
|
"deposit-refund-to-fail"),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-insufficient-funds",
|
||||||
("refund-insufficient-funds",
|
|
||||||
MHD_HTTP_PRECONDITION_FAILED,
|
MHD_HTTP_PRECONDITION_FAILED,
|
||||||
"EUR:50",
|
"EUR:50",
|
||||||
"EUR:0.01",
|
"EUR:0.01",
|
||||||
"deposit-refund-1"),
|
"deposit-refund-1"),
|
||||||
TALER_TESTING_cmd_refund
|
TALER_TESTING_cmd_refund ("refund-fee-too-low",
|
||||||
("refund-fee-too-low",
|
|
||||||
MHD_HTTP_BAD_REQUEST,
|
MHD_HTTP_BAD_REQUEST,
|
||||||
"EUR:5",
|
"EUR:5",
|
||||||
"EUR:0.000001",
|
"EUR:0.000001",
|
||||||
|
Loading…
Reference in New Issue
Block a user