gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/02: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/02: fix ftbfs
Date: Sat, 06 Apr 2019 15:50:53 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 131c86c99d2081e26a9ae6521ac191e2c71567a3
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 15:50:50 2019 +0200

    fix ftbfs
---
 src/backenddb/test_merchantdb.c | 54 ++++++++++++++++++++---------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index fbea98c..2893342 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -1002,41 +1002,41 @@ run (void *cls)
                                                         &refund_cb,
                                                         NULL));
   FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
-          plugin->increase_refund_for_contract (plugin->cls,
-                                                &h_contract_terms,
-                                                &merchant_pub,
-                                                &refund_amount,
-                                                "refund testing"));
+          plugin->increase_refund_for_contract_NT (plugin->cls,
+                                                   &h_contract_terms,
+                                                   &merchant_pub,
+                                                   &refund_amount,
+                                                   "refund testing"));
 
   FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
-          plugin->increase_refund_for_contract (plugin->cls,
-                                                &h_contract_terms,
-                                                &merchant_pub,
-                                                &refund_amount,
-                                                "same refund amount as "
-                                                "the previous one, should 
succeed without changes (0)"));
+          plugin->increase_refund_for_contract_NT (plugin->cls,
+                                                   &h_contract_terms,
+                                                   &merchant_pub,
+                                                   &refund_amount,
+                                                   "same refund amount as "
+                                                   "the previous one, should 
succeed without changes (0)"));
 
   /*Should fail as this refund a lesser amount respect to the previous one*/
   FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
-          plugin->increase_refund_for_contract (plugin->cls,
-                                                &h_contract_terms,
-                                                &merchant_pub,
-                                                &little_refund_amount,
-                                                "lower refund amount as the 
previous one, should succeed without changes (0)"));
+          plugin->increase_refund_for_contract_NT (plugin->cls,
+                                                   &h_contract_terms,
+                                                   &merchant_pub,
+                                                   &little_refund_amount,
+                                                   "lower refund amount as the 
previous one, should succeed without changes (0)"));
   FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
-          plugin->increase_refund_for_contract (plugin->cls,
-                                                &h_contract_terms,
-                                                &merchant_pub,
-                                                &right_second_refund_amount,
-                                                "right refund increase"));
+          plugin->increase_refund_for_contract_NT (plugin->cls,
+                                                   &h_contract_terms,
+                                                   &merchant_pub,
+                                                   &right_second_refund_amount,
+                                                   "right refund increase"));
 
   FAILIF (GNUNET_DB_STATUS_HARD_ERROR !=
-          plugin->increase_refund_for_contract (plugin->cls,
-                                                &h_contract_terms,
-                                                &merchant_pub,
-                                                &too_big_refund_amount,
-                                                "make refund testing fail due"
-                                                " to too big refund amount"));
+          plugin->increase_refund_for_contract_NT (plugin->cls,
+                                                   &h_contract_terms,
+                                                   &merchant_pub,
+                                                   &too_big_refund_amount,
+                                                   "make refund testing fail 
due"
+                                                   " to too big refund 
amount"));
 
   FAILIF (GNUNET_OK !=
          test_wire_fee ());

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



reply via email to

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