From 03d5785b3c91648f47b6b45e11086a06ecda8884 Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 29 Jul 2015 22:32:51 +0200 Subject: [PATCH] More unit tests --- test/public.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/public.c b/test/public.c index 52a80623..4720ac9f 100644 --- a/test/public.c +++ b/test/public.c @@ -552,7 +552,7 @@ START_TEST(test_request_handlers) ebuf, sizeof(ebuf), "%s", - "GET /U7 HTTP/1.0\r\n\r\n"); + "GET /file/not/found HTTP/1.0\r\n\r\n"); ck_assert(conn != NULL); ri = mg_get_request_info(conn);