summaryrefslogtreecommitdiff
path: root/tests/multipart-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multipart-test.c')
-rw-r--r--tests/multipart-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/multipart-test.c b/tests/multipart-test.c
index ba61e199..8c80265e 100644
--- a/tests/multipart-test.c
+++ b/tests/multipart-test.c
@@ -452,8 +452,6 @@ test_multipart (gconstpointer data)
soup_session_send_async (session, msg, 0, NULL, no_multipart_handling_cb, NULL);
g_main_loop_run (loop);
- while (g_main_context_pending (NULL))
- g_main_context_iteration (NULL, FALSE);
content_type = soup_message_headers_get_content_type (soup_message_get_response_headers (msg), &params);