Explorar o código

More unit tests

bel %!s(int64=10) %!d(string=hai) anos
pai
achega
03d5785b3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/public.c

+ 1 - 1
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);