gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: do not require claim token


From: gnunet
Subject: [taler-merchant] branch master updated: do not require claim token
Date: Sat, 13 Feb 2021 21:18:57 +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 b2435c16 do not require claim token
b2435c16 is described below

commit b2435c163b3ea67f6f67db53d81cf49ad015fd62
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 13 21:18:52 2021 +0100

    do not require claim token
---
 src/testing/testing_api_cmd_claim_order.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/testing/testing_api_cmd_claim_order.c 
b/src/testing/testing_api_cmd_claim_order.c
index 3f493dc6..3a692a6f 100644
--- a/src/testing/testing_api_cmd_claim_order.c
+++ b/src/testing/testing_api_cmd_claim_order.c
@@ -224,10 +224,7 @@ order_claim_run (void *cls,
         TALER_TESTING_get_trait_claim_token (order_cmd,
                                              0,
                                              &claim_token))
-    {
-      TALER_TESTING_FAIL (is);
-    }
-
+      claim_token = NULL;
     if (GNUNET_OK !=
         TALER_TESTING_get_trait_order_id (order_cmd,
                                           0,
@@ -241,7 +238,8 @@ order_claim_run (void *cls,
                                          claim_token,
                                          &order_claim_cb,
                                          pls);
-  GNUNET_assert (NULL != pls->och);
+  if (NULL == pls->och)
+    TALER_TESTING_FAIL (is);
 }
 
 

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