From: Fabian Keil Date: Sat, 18 Oct 2008 16:37:12 +0000 (+0000) Subject: Ignore two tests that are only correct if X-Git-Tag: v_3_0_11~198 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=92f1c5a1258893f24b4236a31983a5cf1a5b262a Ignore two tests that are only correct if FEATURE_CONNECTION_KEEP_ALIVE is disabled. --- diff --git a/regression-tests.action b/regression-tests.action index 6e6053c8..98dc63c0 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.17 2008/09/20 10:04:33 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.18 2008/09/20 10:11:13 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -415,10 +415,14 @@ TAG:^filter\{banners-by-size\}$ } TAG:^no-content-filter$ +# XXX: We should be able to check for +# FEATURE_CONNECTION_KEEP_ALIVE and act accordingly. # Set Header = Connection: keep-alive # Expect Header = Connection: close +# Ignore = Yes # Set Header = Connection: # Expect Header = Connection: close +# Ignore = Yes {} TAG:^Connection: close$