From: Fabian Keil Date: Thu, 18 Jun 2009 17:14:16 +0000 (+0000) Subject: Disable the +hide-if-modified-since{-60} test with 'If-Modified-Since: Thu, 1 Jan... X-Git-Tag: v_3_0_14~88 X-Git-Url: http://www.privoxy.org/gitweb/templates.html?a=commitdiff_plain;h=e3fa1626e54d6bf9d270bab26434f3989c6472e3;p=privoxy.git Disable the +hide-if-modified-since{-60} test with 'If-Modified-Since: Thu, 1 Jan 1970 00:00:00 GMT' if FEATURE_PTHREAD isn't available. It's known not to work on mingw32. --- diff --git a/regression-tests.action b/regression-tests.action index 39abde95..545bac55 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.26 2009/06/10 13:15:35 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.27 2009/06/15 20:49:09 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -38,6 +38,7 @@ for-privoxy-version=3.0.13 # Level 14 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE No # Level 15 needs = config line connection-sharing\s+0 # Level 16 needs = config line connection-sharing\s+1 +# Level 17 needs = feature status FEATURE_PTHREAD Yes ####################################################### # Enable taggers to activate the tests on demand @@ -255,6 +256,7 @@ TAG:^hide-if-modified-since\{block\}$ # Expect Header = SOME CHANGE # Set Header = If-Modified-Since: Thu, 1 Jan 1970 00:00:00 GMT # Expect Header = SOME CHANGE +# Level = 17 {+hide-if-modified-since{-60} -crunch-if-none-match} TAG:^hide-if-modified-since\{-60\}$