From: des Date: Thu, 18 Oct 2007 13:30:52 +0000 (+0000) Subject: Revert previous change and fix the comment that explains why it has to be X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3061743b1741d28657536001480d9562aadbd66f;p=varnish Revert previous change and fix the comment that explains why it has to be the way it is. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2114 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm index d9003466..d413834e 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -39,11 +39,11 @@ our $DESCR = "Tests Varnish's ability to correctly pass POST requests" . # testCachePOST and testPassPOST are known to fail, and it is not # clear at this point whether that is a bug or a feature. # -# More interestingly, if you run testPassPOST after testPipePOST, the +# More interestingly, if you run testPassPOST before testPipePOST, the # latter receives the Varnish Guru Meditation intended for the former. # This seems to be a bug in either IO::Multiplex or Varnish::Test. # -our @TESTS = qw(testPassPOST testCachePOST testPipePOST); +our @TESTS = qw(testPipePOST testCachePOST testPassPOST); our $VCL = <