summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-15 14:08:25 -0400
committerDan Winship <danw@gnome.org>2014-03-15 14:09:15 -0400
commit4106873f790b13f32467f8f5fd567b41b8ad5686 (patch)
tree8fb9a063ede643f5aab0d915f535fe5c2d6e48d5
parent958ce5e82c1c18e6da405cebab69099def307b48 (diff)
downloadlibsoup-4106873f790b13f32467f8f5fd567b41b8ad5686.tar.gz
auth-test: remove some erroneous SKIP_IF_NO_APACHEs
-rw-r--r--tests/auth-test.c6
1 files changed, 0 insertions, 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);