gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: test_postprocessor: changed to ma


From: gnunet
Subject: [libmicrohttpd] branch master updated: test_postprocessor: changed to match current API
Date: Mon, 20 Sep 2021 10:28:33 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 2c4af5c5 test_postprocessor: changed to match current API
2c4af5c5 is described below

commit 2c4af5c590ebe0386b77fe04c90ffc67cd6e96b0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Sep 20 11:28:20 2021 +0300

    test_postprocessor: changed to match current API
---
 src/microhttpd/test_postprocessor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_postprocessor.c 
b/src/microhttpd/test_postprocessor.c
index e317a92b..44e79c7e 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -57,7 +57,7 @@ struct expResult
 struct expResult exp_results[] = {
 #define URL_NOVALUE1_DATA "abc&x=5"
 #define URL_NOVALUE1_START 0
-  {"abc", NULL, NULL, NULL, NULL},
+  {"abc", NULL, NULL, NULL, /* NULL */ ""}, /* change after API update */
   {"x", NULL, NULL, NULL, "5"},
 #define URL_NOVALUE1_END (URL_NOVALUE1_START + 2)
 #define URL_NOVALUE2_DATA "abc=&x=5"
@@ -71,7 +71,7 @@ struct expResult exp_results[] = {
 #define URL_NOVALUE3_END (URL_NOVALUE3_START + 1)
 #define URL_NOVALUE4_DATA "xyz"
 #define URL_NOVALUE4_START URL_NOVALUE3_END
-  {"xyz", NULL, NULL, NULL, NULL},
+  {"xyz", NULL, NULL, NULL, /* NULL */ ""}, /* change after API update */
 #define URL_NOVALUE4_END (URL_NOVALUE4_START + 1)
 #define URL_DATA "abc=def&x=5"
 #define URL_START URL_NOVALUE4_END

-- 
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]