aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_exchange_api.c')
-rw-r--r--src/testing/test_exchange_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c
index 0c3f48379..a2bf90014 100644
--- a/src/testing/test_exchange_api.c
+++ b/src/testing/test_exchange_api.c
@@ -528,18 +528,15 @@ run (void *cls,
528 TALER_TESTING_cmd_refund ("refund-ok", 528 TALER_TESTING_cmd_refund ("refund-ok",
529 MHD_HTTP_OK, 529 MHD_HTTP_OK,
530 "EUR:5", 530 "EUR:5",
531 "EUR:0.01",
532 "deposit-refund-1"), 531 "deposit-refund-1"),
533 TALER_TESTING_cmd_refund ("refund-ok-double", 532 TALER_TESTING_cmd_refund ("refund-ok-double",
534 MHD_HTTP_OK, 533 MHD_HTTP_OK,
535 "EUR:5", 534 "EUR:5",
536 "EUR:0.01",
537 "deposit-refund-1"), 535 "deposit-refund-1"),
538 /* Previous /refund(s) had id == 0. */ 536 /* Previous /refund(s) had id == 0. */
539 TALER_TESTING_cmd_refund_with_id ("refund-conflicting", 537 TALER_TESTING_cmd_refund_with_id ("refund-conflicting",
540 MHD_HTTP_CONFLICT, 538 MHD_HTTP_CONFLICT,
541 "EUR:5", 539 "EUR:5",
542 "EUR:0.01",
543 "deposit-refund-1", 540 "deposit-refund-1",
544 1), 541 1),
545 /** 542 /**
@@ -573,7 +570,6 @@ run (void *cls,
573 TALER_TESTING_cmd_refund ("refund-fail", 570 TALER_TESTING_cmd_refund ("refund-fail",
574 MHD_HTTP_GONE, 571 MHD_HTTP_GONE,
575 "EUR:4.99", 572 "EUR:4.99",
576 "EUR:0.01",
577 "deposit-refund-2"), 573 "deposit-refund-2"),
578 TALER_TESTING_cmd_check_bank_empty ("check-empty-after-refund"), 574 TALER_TESTING_cmd_check_bank_empty ("check-empty-after-refund"),
579 /** 575 /**
@@ -607,7 +603,6 @@ run (void *cls,
607 TALER_TESTING_cmd_refund ("refund-ok-fast", 603 TALER_TESTING_cmd_refund ("refund-ok-fast",
608 MHD_HTTP_OK, 604 MHD_HTTP_OK,
609 "EUR:5", 605 "EUR:5",
610 "EUR:0.01",
611 "deposit-refund-1b"), 606 "deposit-refund-1b"),
612 /** 607 /**
613 * Run transfers. This will do the transfer as refund deadline 608 * Run transfers. This will do the transfer as refund deadline