summaryrefslogtreecommitdiff
path: root/tests/session-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session-test.c')
-rw-r--r--tests/session-test.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/session-test.c b/tests/session-test.c
index 9053f37b..dc503e73 100644
--- a/tests/session-test.c
+++ b/tests/session-test.c
@@ -317,20 +317,6 @@ do_property_tests (void)
g_object_unref (tlsdb);
g_object_unref (session);
}
-
- session = g_object_new (SOUP_TYPE_SESSION,
- "ssl-use-system-ca-file", FALSE,
- NULL);
- test_session_properties ("Session with :ssl-use-system-ca-file FALSE", session,
- default_proxy_resolver, NULL);
- g_object_unref (session);
-
- session = g_object_new (SOUP_TYPE_SESSION,
- "ssl-use-system-ca-file", TRUE,
- NULL);
- test_session_properties ("Session with :ssl-use-system-ca-file TRUE", session,
- default_proxy_resolver, default_tlsdb);
- g_object_unref (session);
}
static gint