gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -post Oec cleanups


From: gnunet
Subject: [taler-merchant] branch master updated: -post Oec cleanups
Date: Thu, 17 Feb 2022 19:10:37 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 522b289f -post Oec cleanups
522b289f is described below

commit 522b289f9c186e352daed39266ec93807b570782
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 17 19:10:35 2022 +0100

    -post Oec cleanups
---
 src/testing/test_kyc_api.c              | 2 ++
 src/testing/test_merchant_api.c         | 9 +++++++++
 src/testing/test_merchant_api_twisted.c | 4 ++++
 3 files changed, 15 insertions(+)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index 1ea06022..d3ce6aab 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -170,10 +170,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_get_orders ("get-orders-empty",
                                            merchant_url,
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 5e746e12..866133f0 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -273,10 +273,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_get_orders ("get-orders-empty",
                                            merchant_url,
@@ -702,10 +704,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1r",
                                        "create-reserve-1r",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2r",
                                        "create-reserve-1r",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     /**
      * Check the reserve is depleted.
@@ -857,6 +861,7 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-unincreased-refund",
                                        "create-reserve-unincreased-refund",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_post_orders (
       "create-proposal-unincreased-refund",
@@ -1170,10 +1175,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-10a",
                                        "create-reserve-10",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-10b",
                                        "create-reserve-10",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_status ("withdraw-status-10",
                               "create-reserve-10",
@@ -1224,10 +1231,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-11a",
                                        "create-reserve-11",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-11b",
                                        "create-reserve-11",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_status ("withdraw-status-11",
                               "create-reserve-11",
diff --git a/src/testing/test_merchant_api_twisted.c 
b/src/testing/test_merchant_api_twisted.c
index ea130568..6226ca8c 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -215,6 +215,7 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-abort-1",
                                        "create-reserve-abort-1",
                                        "EUR:1",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_status ("withdraw-status-abort-1",
                               "create-reserve-abort-1",
@@ -295,6 +296,7 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-double-spend",
                                        "create-reserve-double-spend",
                                        "EUR:1",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_pay_order ("deposit-simple-ok",
                                           twister_merchant_url,
@@ -366,10 +368,12 @@ run (void *cls,
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2",
                                        "create-reserve-1",
                                        "EUR:5",
+                                       0,
                                        MHD_HTTP_OK),
 
     TALER_TESTING_cmd_merchant_post_orders_no_claim (

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]