commit 3c1e637e47445327ab45f9291ef63b590153d54c
parent 2d39996e24f220d2376580db98e3f0f91a6363c4
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Sat, 13 Jan 2024 00:19:36 +0100
[testing] small changes
Diffstat:
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/testing/test_api_cmd_get_donau.c b/src/testing/test_api_cmd_get_donau.c
@@ -22,8 +22,8 @@
* @author Christian Grothoff
* @author Lukas Matyja
*/
-#include "taler/platform.h"
-#include "taler/taler_json_lib.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"
@@ -191,7 +191,7 @@ get_donau_traits (void *cls,
if (NULL != ges->keys)
{
struct TALER_TESTING_Trait traits[] = {
- TALER_TESTING_make_trait_exchange_url (ges->donau_url),
+ TALER_TESTING_make_trait_donau_url (ges->donau_url),
TALER_TESTING_trait_end ()
};
@@ -203,7 +203,7 @@ get_donau_traits (void *cls,
else
{
struct TALER_TESTING_Trait traits[] = {
- TALER_TESTING_make_trait_exchange_url (ges->donau_url),
+ TALER_TESTING_make_trait_donau_url (ges->donau_url),
TALER_TESTING_trait_end ()
};
diff --git a/src/testing/test_donau_api.c b/src/testing/test_donau_api.c
@@ -33,7 +33,7 @@
#include <gnunet/gnunet_testing_lib.h>
#include <microhttpd.h>
#include "taler/taler_bank_service.h"
-#include "taler/taler_testing_lib.h"
+#include <taler/taler_testing_lib.h>
#include "donau_testing_lib.h"
/**
@@ -113,4 +113,4 @@ main (int argc,
}
-/* end of test_exchange_api.c */
+/* end of test_donau_api.c */