瀏覽代碼

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

bel2125 8 年之前
父節點
當前提交
e18393d109
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",