From 4106873f790b13f32467f8f5fd567b41b8ad5686 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 15 Mar 2014 14:08:25 -0400 Subject: auth-test: remove some erroneous SKIP_IF_NO_APACHEs --- tests/auth-test.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/auth-test.c b/tests/auth-test.c index 35b05cc7..def5cfd6 100644 --- a/tests/auth-test.c +++ b/tests/auth-test.c @@ -824,8 +824,6 @@ do_select_auth_test (void) SoupAuthDomain *basic_auth_domain, *digest_auth_domain; SoupURI *uri; - SOUP_TEST_SKIP_IF_NO_APACHE; - debug_printf (1, "\nTesting selection among multiple auths:\n"); /* It doesn't seem to be possible to configure Apache to serve @@ -982,8 +980,6 @@ do_auth_close_test (void) SoupURI *uri; AuthCloseData acd; - SOUP_TEST_SKIP_IF_NO_APACHE; - debug_printf (1, "\nTesting auth when server times out connection:\n"); server = soup_test_server_new (FALSE); @@ -1099,8 +1095,6 @@ do_disappearing_auth_test (void) SoupSession *session; int counter; - SOUP_TEST_SKIP_IF_NO_APACHE; - debug_printf (1, "\nTesting auth when server does not repeat challenge on failure:\n"); server = soup_test_server_new (FALSE); -- cgit v1.2.1