X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=regression-tests.action;h=101b2b1f106b6c38a8d18f629f74a8d8f91ae94f;hp=6e6053c86430d5b6273be73eb5bec4fef7bec0b0;hb=4c7a629c82d606ac774892e8113c078d16619597;hpb=9d7c353f11b21185b79e55846a23190c15788927 diff --git a/regression-tests.action b/regression-tests.action index 6e6053c8..101b2b1f 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.19 2008/10/18 16:37:12 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -33,6 +33,8 @@ for-privoxy-version=3.0.11 # # 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$