summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/souphttpsrc.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-09-12 00:13:04 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-09-12 00:13:04 +0100
commit7c2489ca77edaf9f9af407d1a165b9da480f6647 (patch)
treee30fc1ebd1e732c4b9d43240d7e4e3871794c315 /tests/check/elements/souphttpsrc.c
parent3257374310776091cb1a81f3245d29f161685f94 (diff)
check: Fix a couple of tests.
The souphttpsrc test wasn't compiling. The soup-misc.h header is needed for soup_ssl_supported. Fix the y4menc test to use a 'progressive' header for the test data now that the element outputs correct interlacing info.
Diffstat (limited to 'tests/check/elements/souphttpsrc.c')
-rw-r--r--tests/check/elements/souphttpsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
index 4e8032c1..85891d76 100644
--- a/tests/check/elements/souphttpsrc.c
+++ b/tests/check/elements/souphttpsrc.c
@@ -27,6 +27,7 @@
#include <glib/gprintf.h>
#include <libsoup/soup-address.h>
#include <libsoup/soup-message.h>
+#include <libsoup/soup-misc.h>
#include <libsoup/soup-server.h>
#include <libsoup/soup-auth-domain.h>
#include <libsoup/soup-auth-domain-basic.h>