From 84c57b665daa8b582e02bc79ee75457bc4d55e6e Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 20 Jun 2014 09:49:31 +0000
Subject: [PATCH] Verify that PATCH requests pass the unknown_method() check

---
 regression-tests.action | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/regression-tests.action b/regression-tests.action
index 3f614079..53d0e8d8 100644
--- a/regression-tests.action
+++ b/regression-tests.action
@@ -1,5 +1,5 @@
 #############################################################################
-# $Id: regression-tests.action,v 1.51 2014/02/10 14:43:03 fabiankeil Exp $
+# $Id: regression-tests.action,v 1.52 2014/02/10 14:43:22 fabiankeil Exp $
 #############################################################################
 #
 # This is a configuration file for Privoxy-Regression-Test
@@ -27,7 +27,7 @@
 #############################################################################
 
 {{settings}}
-for-privoxy-version=3.0.21
+for-privoxy-version=3.0.22
 
 # Some dependencies Privoxy-Regression-Test should know about:
 #
@@ -862,6 +862,7 @@ TAG:^Proxy-Authorization header forwarding$
 # Method Test = MERGE
 # Method Test = BASELINE-CONTROL
 # Method Test = MKACTIVITY
+# Method Test = PATCH
 # Method Test = PRIVOXY-REGRESSION-TEST-IN-THE-HOUSE
 # Expect Status Code = 400
 
-- 
2.49.0