summaryrefslogtreecommitdiff
path: root/tests/chunk-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chunk-test.c')
-rw-r--r--tests/chunk-test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/chunk-test.c b/tests/chunk-test.c
index 7f4fe886..864f8620 100644
--- a/tests/chunk-test.c
+++ b/tests/chunk-test.c
@@ -282,7 +282,7 @@ do_response_test (void)
}
/* Make sure TEMPORARY buffers are handled properly with non-accumulating
- * message bodies. Part of https://bugs.webkit.org/show_bug.cgi?id=18343
+ * message bodies.
*/
static void
@@ -314,6 +314,8 @@ do_temporary_test (void)
char *client_md5;
const char *server_md5;
+ g_test_bug ("https://bugs.webkit.org/show_bug.cgi?id=18343");
+
msg = soup_message_new_from_uri ("PUT", base_uri);
soup_message_body_append (msg->request_body, SOUP_MEMORY_TEMPORARY,
"one\r\n", 5);