[libsoup] auth-test: remove some erroneous SKIP_IF_NO_APACHEs



commit 4106873f790b13f32467f8f5fd567b41b8ad5686
Author: Dan Winship <danw gnome org>
Date:   Sat Mar 15 14:08:25 2014 -0400

    auth-test: remove some erroneous SKIP_IF_NO_APACHEs

 tests/auth-test.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/tests/auth-test.c b/tests/auth-test.c
index 35b05cc..def5cfd 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]