gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -cleanup


From: gnunet
Subject: [taler-merchant] branch master updated: -cleanup
Date: Wed, 21 Jul 2021 18:56:17 +0200

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 39695b7f -cleanup
39695b7f is described below

commit 39695b7f95bfe33bd2a9f63f2527d83427196c9a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 21 18:56:11 2021 +0200

    -cleanup
---
 src/backenddb/test_merchantdb.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 7a930296..593913cb 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -329,6 +329,7 @@ test_insert_instance (const struct InstanceData *instance,
                       enum GNUNET_DB_QueryStatus expected_result)
 {
   struct TALER_MERCHANTDB_InstanceAuthSettings ias = { 0 };
+
   TEST_COND_RET_ON_FAIL (expected_result ==
                          plugin->insert_instance (plugin->cls,
                                                   &instance->merchant_pub,
@@ -697,8 +698,10 @@ static int
 test_instances (void)
 {
   struct TestInstances_Closure test_cls;
+  int test_result;
+
   pre_test_instances (&test_cls);
-  int test_result = run_test_instances (&test_cls);
+  test_result = run_test_instances (&test_cls);
   post_test_instances (&test_cls);
   return test_result;
 }

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