]> err.no Git - varnish/commitdiff
Revert previous change and fix the comment that explains why it has to be
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 13:30:52 +0000 (13:30 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 13:30:52 +0000 (13:30 +0000)
the way it is.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2114 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-tools/regress/lib/Varnish/Test/Case/POST.pm

index d900346600407553d8a9be749bda724c133e941f..d413834e913b9afbaa987c867b242d89bbc3ffa0 100644 (file)
@@ -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 = <<EOVCL;
 sub vcl_recv {