summaryrefslogtreecommitdiff
path: root/tests/streaming-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-15 14:19:45 -0400
committerDan Winship <danw@gnome.org>2014-03-15 20:00:56 -0400
commita1591e15bf2c4a690e79698cdd078f6ed01e48d3 (patch)
treee728a2de0e667473a038ec906af0bf8d67f4c9a3 /tests/streaming-test.c
parent8e2402651807403c6d42ecb75563f480405e8660 (diff)
downloadlibsoup-a1591e15bf2c4a690e79698cdd078f6ed01e48d3.tar.gz
tests: use g_test_bug() to annotate test cases
Diffstat (limited to 'tests/streaming-test.c')
-rw-r--r--tests/streaming-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/streaming-test.c b/tests/streaming-test.c
index f15e1890..8d8c02ef 100644
--- a/tests/streaming-test.c
+++ b/tests/streaming-test.c
@@ -126,6 +126,8 @@ do_eof_test (gconstpointer data)
SoupURI *base_uri = (SoupURI *)data;
SoupSession *session;
+ g_test_bug ("572153");
+
session = soup_test_session_new (SOUP_TYPE_SESSION_ASYNC, NULL);
do_request (session, base_uri, "eof");
soup_test_session_abort_unref (session);