gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [testing] small changes


From: gnunet
Subject: [taler-donau] branch master updated: [testing] small changes
Date: Sat, 13 Jan 2024 00:22:06 +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 3c1e637  [testing] small changes
     new 274e324  Merge remote-tracking branch 'refs/remotes/origin/master'
3c1e637 is described below

commit 3c1e637e47445327ab45f9291ef63b590153d54c
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sat Jan 13 00:19:36 2024 +0100

    [testing] small changes
---
 src/testing/test_api_cmd_get_donau.c | 8 ++++----
 src/testing/test_donau_api.c         | 4 ++--
 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
index 5e29900..9d62eda 100644
--- 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
index 40966ec..2d4e933 100644
--- 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 */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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