commit 01aa74162f47c4ac393ac2e4678100e997a075c9
parent a0eeb1e665fc1b9d9eead52ab56f6f224aef1b7c
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 9 Jan 2024 12:11:44 +0100
[testing] debugging
Diffstat:
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
@@ -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)