projects
/
platform
/
upstream
/
libsoup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7a206
)
Fix timeout-test without SSL support
author
Marvin Schmidt
<marvin_schmidt@gmx.net>
Sun, 30 Aug 2009 15:37:30 +0000
(17:37 +0200)
committer
Dan Winship
<danw@gnome.org>
Mon, 31 Aug 2009 16:15:49 +0000
(12:15 -0400)
http://bugzilla.gnome.org/show_bug.cgi?id=593563
tests/timeout-test.c
patch
|
blob
|
history
diff --git
a/tests/timeout-test.c
b/tests/timeout-test.c
index
73cad70
..
663df8e
100644
(file)
--- a/
tests/timeout-test.c
+++ b/
tests/timeout-test.c
@@
-99,6
+99,7
@@
main (int argc, char **argv)
g_free (fast_uri);
g_free (slow_uri);
+#ifdef HAVE_SSL
debug_printf (1, "https\n");
server = soup_test_server_new_ssl (TRUE);
soup_server_add_handler (server, NULL, server_handler, NULL, NULL);
@@
-109,6
+110,7
@@
main (int argc, char **argv)
do_timeout_tests (fast_uri, slow_uri);
g_free (fast_uri);
g_free (slow_uri);
+#endif
test_cleanup ();
return errors != 0;