summaryrefslogtreecommitdiff
path: root/tests/ntlm-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ntlm-test.c')
-rw-r--r--tests/ntlm-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ntlm-test.c b/tests/ntlm-test.c
index c3d69c9b..d56c54bf 100644
--- a/tests/ntlm-test.c
+++ b/tests/ntlm-test.c
@@ -653,7 +653,7 @@ do_retrying_test (TestServer *ts,
debug_printf (1, " /alice\n");
session = soup_test_session_new (SOUP_TYPE_SESSION,
- SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_AUTH_NTLM,
+ "add-feature-by-type", SOUP_TYPE_AUTH_NTLM,
NULL);
g_signal_connect (session, "authenticate",
G_CALLBACK (retry_test_authenticate), &retried);
@@ -675,7 +675,7 @@ do_retrying_test (TestServer *ts,
debug_printf (1, " /bob\n");
session = soup_test_session_new (SOUP_TYPE_SESSION,
- SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_AUTH_NTLM,
+ "add-feature-by-type", SOUP_TYPE_AUTH_NTLM,
NULL);
g_signal_connect (session, "authenticate",
G_CALLBACK (retry_test_authenticate), &retried);