gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/03: test_postprocessor: improved error reporting


From: gnunet
Subject: [libmicrohttpd] 03/03: test_postprocessor: improved error reporting
Date: Wed, 15 Sep 2021 14:16:57 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit ca217985d98968b38044cb5a76dd2c95eed3001a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 15 15:14:49 2021 +0300

    test_postprocessor: improved error reporting
---
 src/microhttpd/test_postprocessor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/test_postprocessor.c 
b/src/microhttpd/test_postprocessor.c
index ba7ba494..bb17d764 100644
--- a/src/microhttpd/test_postprocessor.c
+++ b/src/microhttpd/test_postprocessor.c
@@ -255,8 +255,9 @@ test_urlencoding_case (unsigned int want_start,
     if (want_off != want_end)
     {
       fprintf (stderr,
-               "Test failed in line %u: %u != %u\n",
+               "Test failed in line %u.\tStep:%u\n Got: %u\tExpected: %u\n",
                (unsigned int) __LINE__,
+               (unsigned int) step,
                want_off,
                want_end);
       return 1;

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