X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=regression-tests.action;h=101b2b1f106b6c38a8d18f629f74a8d8f91ae94f;hp=ee3a821ba6402d64e456ee19bad16e3f1d4cf796;hb=8d09bf022eb055d175b8b4642df7f8dd5e4e9e19;hpb=d48514c14861e7f176781c3245b1bc963821e65b diff --git a/regression-tests.action b/regression-tests.action index ee3a821b..101b2b1f 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.16 2008/09/19 15:31:38 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.19 2008/10/18 16:37:12 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -27,12 +27,14 @@ ############################################################################# {{settings}} -for-privoxy-version=3.0.9 +for-privoxy-version=3.0.11 # Some dependencies Privoxy-Regression-Test should know about: # # Level 9 needs = config line user-manual\s+(/|[A-Za-z]:) # Level 12 needs = config line enable-edit-actions\s+1 +# Level 13 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes +# Level 14 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE No ####################################################### # Enable taggers to activate the tests on demand @@ -415,10 +417,24 @@ TAG:^filter\{banners-by-size\}$ } TAG:^no-content-filter$ +# Set Header = Connection: close +# Expect Header = Connection: keep-alive +# Level = 13 +# Set Header = Connection: keep-alive +# Expect Header = NO CHANGE +# Level = 13 +# Set Header = Connection: +# Expect Header = Connection: keep-alive +# Level = 13 +{} +TAG:^Connection: keep-alive$ + # Set Header = Connection: keep-alive # Expect Header = Connection: close +# Level = 14 # Set Header = Connection: # Expect Header = Connection: close +# Level = 14 {} TAG:^Connection: close$