Ver código fonte

Unit test: test quoted and unquoted multipart message bodies (fix test)

bel2125 8 anos atrás
pai
commit
e18393d109
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      test/public_server.c

+ 1 - 1
test/public_server.c

@@ -2487,7 +2487,7 @@ START_TEST(test_handle_form)
 	    "Text area default text.\r\n"
 	    "--multipart-form-data-boundary--see-RFC-2388--\r\n";
 	body_len = strlen(multipart_body);
-	ck_assert_uint_eq(body_len, 2374); /* not required */
+	ck_assert_uint_eq(body_len, 2368); /* not required */
 
 	client_conn =
 	    mg_download("localhost",