[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: [testing] debugging
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: [testing] debugging |
Date: |
Tue, 09 Jan 2024 12:10:51 +0100 |
This is an automated email from the git hooks/post-receive script.
lukas-matyja pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 01aa741 [testing] debugging
01aa741 is described below
commit 01aa74162f47c4ac393ac2e4678100e997a075c9
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Tue Jan 9 12:11:44 2024 +0100
[testing] debugging
---
src/testing/test_api_cmd_get_donau.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/testing/test_api_cmd_get_donau.c
b/src/testing/test_api_cmd_get_donau.c
index 86e337d..e70a765 100644
--- a/src/testing/test_api_cmd_get_donau.c
+++ b/src/testing/test_api_cmd_get_donau.c
@@ -22,10 +22,11 @@
* @author Christian Grothoff
* @author Lukas Matyja
*/
-#include "platform.h"
+#include "taler/platform.h"
#include "taler/taler_json_lib.h"
#include <gnunet/gnunet_curl_lib.h>
#include "taler/taler_testing_lib.h"
+#include "donau_testing_lib.h"
/**
* State for a "get donau" CMD.
@@ -84,7 +85,7 @@ cert_cb (void *cls,
struct DONAU_Keys *keys)
{
struct GetDonauState *ges = cls;
- const struct TALER_EXCHANGE_HttpResponse *hr = &kr->hr;
+ const struct DONAU_HttpResponse *hr = &kr->hr;
struct TALER_TESTING_Interpreter *is = ges->is;
ges->donau = NULL;
@@ -129,7 +130,7 @@ get_donau_run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
struct GetDonauState *ges = cls;
- struct DONAU_Keys *xkeys = NULL;
+ //struct DONAU_Keys *xkeys = NULL;
(void) cmd;
if (NULL == ges->donau_url)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: [testing] debugging,
gnunet <=