Ignore two tests that are only correct if
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2008 16:37:12 +0000 (16:37 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2008 16:37:12 +0000 (16:37 +0000)
FEATURE_CONNECTION_KEEP_ALIVE is disabled.

regression-tests.action

index 6e6053c..98dc63c 100644 (file)
@@ -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
 #############################################################################
 #
 # This is a configuration file for Privoxy-Regression-Test
@@ -415,10 +415,14 @@ TAG:^filter\{banners-by-size\}$
 }
 TAG:^no-content-filter$
 
 }
 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
 # Set Header    = Connection: keep-alive
 # Expect Header = Connection: close
+# Ignore = Yes
 # Set Header    = Connection:
 # Expect Header = Connection: close
 # Set Header    = Connection:
 # Expect Header = Connection: close
+# Ignore = Yes
 {}
 TAG:^Connection: close$
 
 {}
 TAG:^Connection: close$