gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 08/12: tip queries, before error generatin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 08/12: tip queries, before error generating authorize(s).
Date: Mon, 26 Mar 2018 10:38:02 +0200

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

marcello pushed a commit to branch master
in repository merchant.

commit db34b15011cfe0231862fcf85c26a17af9dd5d95
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 23 13:12:45 2018 +0100

    tip queries, before error generating authorize(s).
---
 src/lib/test_merchant_api_new.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/lib/test_merchant_api_new.c b/src/lib/test_merchant_api_new.c
index ed7309e..c444c2f 100644
--- a/src/lib/test_merchant_api_new.c
+++ b/src/lib/test_merchant_api_new.c
@@ -530,6 +530,24 @@ run (void *cls,
                                               "EUR:5.01", // picked
                                               NULL, // auth
                                               "EUR:15.03"),// ava
+
+    TALER_TESTING_cmd_tip_pickup ("pickup-tip-2",
+                                  merchant_url,
+                                  is->ctx,
+                                  MHD_HTTP_OK,
+                                  "authorize-tip-2",
+                                  pickup_amounts_1,
+                                  is->exchange),
+
+    TALER_TESTING_cmd_tip_query_with_amounts ("query-tip-4",
+                                              merchant_url,
+                                              is->ctx,
+                                              MHD_HTTP_OK,
+                                              "tip",
+                                              "EUR:10.02", // pick
+                                              "EUR:10.02", // auth
+                                              "EUR:10.02"), // ava
+
     /* Will fail here until all new
      * transfers have not been checked.  I.e.,
      * there is now a 20.04 euro "pending" transfer.  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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