Explorar el Código

More unit tests

bel hace 10 años
padre
commit
03d5785b3c
Se han modificado 1 ficheros con 1 adiciones y 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);