gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libfints] branch master updated: Test.


From: gnunet
Subject: [GNUnet-SVN] [libfints] branch master updated: Test.
Date: Mon, 15 Oct 2018 18:32:55 +0200

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

marcello pushed a commit to branch master
in repository libfints.

The following commit(s) were added to refs/heads/master by this push:
     new b7f3063  Test.
b7f3063 is described below

commit b7f3063e81b523f4fa395d03e21444b72be8045e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 15 18:32:29 2018 +0200

    Test.
    
    Do dump XMLs, for now.
---
 src/tests.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/tests.c b/src/tests.c
index d21bd3b..12ef4bf 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -91,6 +91,8 @@ main (int argc,
         "Failed to instantiate INI message\n");
     return EBICS_ERROR;
   }
+
+  util_dump_message (msg);
   GNUNET_free (msg);
 
   /**
@@ -104,8 +106,9 @@ main (int argc,
               "Failed to instantiate HIA message\n");
     return EBICS_ERROR;
   }
-
-
+  
+  util_dump_message (msg);
+  GNUNET_free (msg);
 
   EBICS_close_library ();
   return EBICS_SUCCESS;

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



reply via email to

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