gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/04: tests: fixed copy-paste error in report


From: gnunet
Subject: [libmicrohttpd] 03/04: tests: fixed copy-paste error in report
Date: Sat, 06 Nov 2021 17:42:16 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f6c286d79afb970ec6bc01801fb0ab2d8e2a4084
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Nov 6 19:41:17 2021 +0300

    tests: fixed copy-paste error in report
---
 src/testcurl/test_toolarge.c | 2 +-
 src/testcurl/test_tricky.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index e2aaabc4..0b4748eb 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -465,7 +465,7 @@ ahcCheck (void *cls,
     mhdErrorExitDesc ("'upload_data' is not NULL");
 
   if (NULL == upload_data_size)
-    mhdErrorExitDesc ("'upload_data_size' pointer is not NULL");
+    mhdErrorExitDesc ("'upload_data_size' pointer is NULL");
 
   if (0 != *upload_data_size)
     mhdErrorExitDesc ("'*upload_data_size' value is not zero");
diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c
index 039ef009..49b89e84 100644
--- a/src/testcurl/test_tricky.c
+++ b/src/testcurl/test_tricky.c
@@ -393,7 +393,7 @@ ahcCheck (void *cls,
     mhdErrorExitDesc ("'upload_data' is not NULL");
 
   if (NULL == upload_data_size)
-    mhdErrorExitDesc ("'upload_data_size' pointer is not NULL");
+    mhdErrorExitDesc ("'upload_data_size' pointer is NULL");
 
   if (0 != *upload_data_size)
     mhdErrorExitDesc ("'*upload_data_size' value is not zero");

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