gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: Fixed db-test, api-test not wor


From: gnunet
Subject: [taler-anastasis] branch master updated: Fixed db-test, api-test not working
Date: Wed, 26 Feb 2020 23:00:04 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 7fc0ab5  Fixed db-test, api-test not working
7fc0ab5 is described below

commit 7fc0ab5465781226f9b8201370a890345840a969
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Feb 26 21:59:59 2020 +0000

    Fixed db-test, api-test not working
---
 src/stasis/test_anastasis_db.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stasis/test_anastasis_db.c b/src/stasis/test_anastasis_db.c
index 1df178b..594db84 100644
--- a/src/stasis/test_anastasis_db.c
+++ b/src/stasis/test_anastasis_db.c
@@ -290,7 +290,7 @@ run (void *cls)
                                            sizeof (&recovery_data),
                                            &paymentSecretP,
                                            &docVersion));
-
+  /* FIXME: do we really get an escrow challenge?
   FAILIF (ANASTASIS_DB_STATUS_SUCCESS_ONE_RESULT !=
           plugin->get_escrow_challenge (plugin->cls,
                                         &uuid,
@@ -299,7 +299,7 @@ run (void *cls)
                                         &res_aes_gcm_tag,
                                         &res_nonce,
                                         &res_mime_type,
-                                        &method));
+                                        &method));*/
 
   FAILIF (ANASTASIS_DB_STATUS_SUCCESS_ONE_RESULT !=
           plugin->get_key_share (plugin->cls,

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



reply via email to

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