aboutsummaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-16 13:49:17 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-16 13:49:25 +0100
commit0b5bb420208bfb8b410eb84f7fbe4e7808468e9b (patch)
tree3c844b80a7fa013a8ea859ad325332543606bfb8 /src/lib/test_merchant_api.c
parent4752bd08367a17ad6abd49c9907b1208c9f6097d (diff)
downloadmerchant-0b5bb420208bfb8b410eb84f7fbe4e7808468e9b.tar.gz
merchant-0b5bb420208bfb8b410eb84f7fbe4e7808468e9b.tar.bz2
merchant-0b5bb420208bfb8b410eb84f7fbe4e7808468e9b.zip
fix leaks in /proposal handling
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r--src/lib/test_merchant_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 219b4072..c9d26f4d 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -3968,7 +3968,6 @@ run (void *cls)
.details.reserve_status.reserve_reference
= "create-reserve-1",
.details.reserve_status.expected_balance = "EUR:0" },
-
/* Create proposal */
{ .oc = OC_PROPOSAL,
.label = "create-proposal-1",
@@ -3989,7 +3988,6 @@ run (void *cls)
\"products\":\
[ {\"description\":\"ice cream\",\
\"value\":\"{EUR:5}\"} ] }"},
-
/* execute simple payment */
{ .oc = OC_PAY,
.label = "deposit-simple",
@@ -4580,7 +4578,6 @@ run (void *cls)
/* Check that there are no other unusual transfers */
{ .oc = OC_CHECK_BANK_TRANSFERS_EMPTY,
.label = "check_bank_empty-11" },
-
/* end of testcase */
{ .oc = OC_END }
};