r2114 - trunk/varnish-tools/regress/lib/Varnish/Test/Case

des at projects.linpro.no des at projects.linpro.no
Thu Oct 18 15:30:52 CEST 2007


Author: des
Date: 2007-10-18 15:30:52 +0200 (Thu, 18 Oct 2007)
New Revision: 2114

Modified:
   trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm
Log:
Revert previous change and fix the comment that explains why it has to be
the way it is.


Modified: trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm
===================================================================
--- trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm	2007-10-18 13:24:35 UTC (rev 2113)
+++ trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm	2007-10-18 13:30:52 UTC (rev 2114)
@@ -39,11 +39,11 @@
 # 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 {




More information about the varnish-commit mailing list