X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=regression-tests.action;h=c7d81e3e4f7c45053f0fd76a87bce8fe592992ae;hb=25bbcafbfc0cb41427ac9501d750bf1ec1e8b0d6;hp=caa3af901febd4283512ba8e48bbd32c660c1210;hpb=39f4abc39d4006b0a3d9443ec6dec37cf3c194d2;p=privoxy.git diff --git a/regression-tests.action b/regression-tests.action index caa3af90..c7d81e3e 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.65 2008/04/24 16:28:32 fk Exp $ +# $Id: regression-tests.action,v 1.14 2008/07/31 04:47:33 ler762 Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -31,7 +31,7 @@ for-privoxy-version=3.0.9 # Some dependencies Privoxy-Regression-Test should know about: # -# Level 9 needs = config line user-manual\s+/ +# Level 9 needs = config line user-manual\s+(/|[A-Za-z]:) # Level 12 needs = config line enable-edit-actions\s+1 ####################################################### @@ -46,6 +46,7 @@ for-privoxy-version=3.0.9 } config.privoxy.org/ p.p/ +127.0.0.1/ {-hide-user-agent} TAG:^User-Agent: Privoxy-Regression-Test @@ -493,7 +494,11 @@ TAG:^Max-Forwards header without TRACE method$ # Fetch Test = http://p.p/show-url-info # Fetch Test = http://p.p/show-url-info?url=www.privoxy.org%2F # Fetch Test = http://p.p/show-url-info?url=http:%2F%2Fwww.privoxy.org%2F +# Fetch Test = http://p.p/show-url-info?url=HTTp:%2F%2Fwww.privoxy.org%2F # Fetch Test = http://p.p/show-url-info?url=https:%2F%2Fwww.privoxy.org%2F +# Fetch Test = http://p.p/show-url-info?url=HtTps:%2F%2Fwww.privoxy.org%2F +# Fetch Test = http://p.p/show-url-info?url=ftp:%2F%2Fwww.privoxy.org%2F +# Fetch Test = http://p.p/show-url-info?url=FTp:%2F%2Fwww.privoxy.org%2F # Fetch Test = http://p.p/show-url-info?url= # Fetch Test = http://p.p/show-url-info?url=%2F # Fetch Test = http://p.p/toggle @@ -525,6 +530,8 @@ TAG:^Max-Forwards header without TRACE method$ # Fetch Test = http://p.p/send-banner # Fetch Test = http://p.p/send-stylesheet # Fetch Test = http://p.p/t +# Fetch Test = http://p.p/url-info-osd.xml + # Trusted CGI Request = http://p.p/edit-actions # Expect Status Code = 302 # Level = 12 # Depends on the CGI editor being enabled @@ -675,11 +682,11 @@ invalid-forward5-gateway-port.example {+forward-override{forward-socks5 :12345 127.0.0.1:12345}} forward5-null-gateway-host.example -# Fetch Test = http://www.forbidden-connect.example:444/forbidden-connect +# Fetch Test = http://www.forbidden-connect.example:444/ # Method = CONNECT # Expect Status Code = 403 {+limit-connect{443}} -www.forbidden-connect.example/forbidden-connect +www.forbidden-connect.example/ # Fetch Test = http://www.blocked-request.example/blocked-request # Expect Status Code = 403 @@ -690,3 +697,39 @@ www.blocked-request.example/blocked-request # Expect Status Code = 403 {+block} www.blocked-request.example/blocked-request-with-no-reason-specified + +# Some domain pattern tests +# +{+block{domain pattern test}} +# Blocked URL = http://domain-pattern-test.example/ +# Blocked URL = http://domain-pattern-test.example.org/ +domain-pattern-test.example. + +# Just in case there is no white-space fuzzer in the house ... +# +# Set Header = X-LWS-Test: no superfluous white space here +# Expect Header = NO CHANGE +# Set Header = X-LWS-Test: superfluous white space in the house +# Expect Header = X-LWS-Test: superfluous white space in the house +# Set Header = X-LWS-Test : superfluous white space in the house +# Expect Header = X-LWS-Test: superfluous white space in the house +# Set Header = X-LWS-Test: :superfluous white space in the house +# Expect Header = X-LWS-Test: :superfluous white space in the house +# Set Header = X-LWS-Test: :no superfluous white space here +# Expect Header = NO CHANGE +# Set Header = X-LWS-Test: superfluous white tabs in the house +# Expect Header = X-LWS-Test: superfluous white tabs in the house +# Set Header = X-LWS-Test : superfluous white tabs in the house +# Expect Header = X-LWS-Test: superfluous white tabs in the house +# Set Header = X-LWS-Test: "leave quoted lws alone" +# Expect Header = X-LWS-Test: "leave quoted lws alone" +# Set Header = X-LWS-Test: "leave quoted lws alone" thxbye +# Expect Header = X-LWS-Test: "leave quoted lws alone" thxbye +# Set Header = X-LWS-Test: " Do I Look like quoted text? Me thinks not. +# Expect Header = X-LWS-Test: " Do I Look like quoted text? Me thinks not. +# Set Header = X-LWS-Test: "This is quoted" this is not "but this is again" +# Expect Header = X-LWS-Test: "This is quoted" this is not "but this is again" +# Set Header = X-LWS-Test: "This is quoted" this is not "this is " but " this again is not +# Expect Header = X-LWS-Test: "This is quoted" this is not "this is " but " this again is not +{} +TAG:^LWS Tests$