gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix test FTBFS


From: gnunet
Subject: [taler-merchant] branch master updated: -fix test FTBFS
Date: Tue, 21 Feb 2023 14:26:58 +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 3bc48923 -fix test FTBFS
3bc48923 is described below

commit 3bc489230385fcc322fd17d745846e23613361a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 14:26:56 2023 +0100

    -fix test FTBFS
---
 src/backenddb/test_merchantdb.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 82710fe4..6a5c9cb7 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -1396,9 +1396,7 @@ test_lookup_order (const struct InstanceData *instance,
                             order->id,
                             &ct,
                             &oh,
-                            &lookup_terms,
-                            NULL,
-                            0))
+                            &lookup_terms))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Lookup order failed\n");
@@ -1656,9 +1654,7 @@ test_insert_contract_terms (const struct InstanceData 
*instance,
                                                         instance->instance.id,
                                                         order->id,
                                                         order->contract,
-                                                        &os,
-                                                        NULL,
-                                                        0),
+                                                        &os),
                          "Insert contract terms failed\n");
   return 0;
 }
@@ -1709,9 +1705,7 @@ test_lookup_contract_terms (const struct InstanceData 
*instance,
                                      &contract,
                                      &order_serial,
                                      &paid,
-                                     NULL,
-                                     NULL,
-                                     0))
+                                     NULL))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Lookup contract terms failed\n");

-- 
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]