From e3fa1626e54d6bf9d270bab26434f3989c6472e3 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 18 Jun 2009 17:14:16 +0000
Subject: [PATCH] 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.

---
 regression-tests.action | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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\}$
-- 
2.49.0