X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-regression-test.pl;h=52c2e2871edfff7d3570042ce9855fd2951a1690;hp=cb43b23041f886437223a0ac211b6792f290a63c;hb=8b37db0ed40a98b6f55e4570e629efb3b6c0b1a0;hpb=5030a511b811a23bf58b2a78d9760ee4fce7ed38 diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index cb43b230..52c2e287 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.97 2016/05/12 08:43:04 fabiankeil Exp $ +# $Id: privoxy-regression-test.pl,v 1.98 2016/05/12 08:43:12 fabiankeil Exp $ # # Wish list: # @@ -1913,7 +1913,7 @@ To verify that requests for a URL get redirected, use: To skip a test, add the following line: -# Ignore = Yes + # Ignore = Yes The difference between a skipped test and a removed one is that removing a test affects the numbers of the following tests, while a skipped test @@ -1932,14 +1932,14 @@ It is recommended to put the overwrite condition below the custom Privoxy section that causes the expected test failure and before the custom test that verifies that tests the now expected behaviour. Example: -# The following section is expected to overwrite a section in -# default.action, whose effect is tested. Thus also disable the -# test that is now expected to fail and add a new one. -# -{+block{Facebook makes Firefox even more unstable. Do not want.}} -# Overwrite condition = http://apps.facebook.com/onthefarm/track.php?creative=&cat=friendvisit&subcat=weeds&key=a789a971dc687bee4c20c044834fabdd&next=index.php%3Fref%3Dnotif%26visitId%3D898835505 -# Blocked URL = http://apps.facebook.com/ -.facebook./ + # The following section is expected to overwrite a section in + # default.action, whose effect is being tested. Thus also disable + # the test that is now expected to fail and add a new one. + # + {+block{Facebook makes Firefox even more unstable. Do not want.}} + # Overwrite condition = http://apps.facebook.com/onthefarm/track.php?creative=&cat=friendvisit&subcat=weeds&key=a789a971dc687bee4c20c044834fabdd&next=index.php%3Fref%3Dnotif%26visitId%3D898835505 + # Blocked URL = http://apps.facebook.com/ + .facebook./ =head1 TEST LEVELS