gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/10: test_auth_parse: minor formatting imrpovement


From: gnunet
Subject: [libmicrohttpd] 01/10: test_auth_parse: minor formatting imrpovement
Date: Mon, 06 Jun 2022 18:41:27 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b587bb722d956c5b6ab4532cc2a490b098c19842
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jun 5 14:35:18 2022 +0300

    test_auth_parse: minor formatting imrpovement
---
 src/microhttpd/test_auth_parse.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/test_auth_parse.c b/src/microhttpd/test_auth_parse.c
index df1957c1..6f7ca5ed 100644
--- a/src/microhttpd/test_auth_parse.c
+++ b/src/microhttpd/test_auth_parse.c
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file microhttpd/test_str_token.c
+ * @file microhttpd/test_auth_parse.c
  * @brief  Unit tests for request's 'Authorization" headers parsing
  * @author Karlson2k (Evgeny Grin)
  */
@@ -713,8 +713,8 @@ check_type (void)
   r += expect_result_type (1, "DigestBasic ", MHD_AUTHTYPE_UNKNOWN);
   r += expect_result_type (1, " DigestBasic", MHD_AUTHTYPE_UNKNOWN);
   r += expect_result_type (1, "DigestBasic" "a", MHD_AUTHTYPE_UNKNOWN);
-  r += expect_result_type (1, "Digest\0", MHD_AUTHTYPE_UNKNOWN);
-  r += expect_result_type (1, "\0Digest", MHD_AUTHTYPE_UNKNOWN);
+  r += expect_result_type (1, "Digest" "\0", MHD_AUTHTYPE_UNKNOWN);
+  r += expect_result_type (1, "\0" "Digest", MHD_AUTHTYPE_UNKNOWN);
   return r;
 }
 

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