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

cecilihf at projects.linpro.no cecilihf at projects.linpro.no
Thu Oct 18 15:24:35 CEST 2007


Author: cecilihf
Date: 2007-10-18 15:24:35 +0200 (Thu, 18 Oct 2007)
New Revision: 2113

Modified:
   trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm
Log:
Run the passPOST test first.


Modified: trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm
===================================================================
--- trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm	2007-10-18 11:51:32 UTC (rev 2112)
+++ trunk/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm	2007-10-18 13:24:35 UTC (rev 2113)
@@ -43,7 +43,7 @@
 # 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(testPipePOST testCachePOST testPassPOST);
+our @TESTS = qw(testPassPOST testCachePOST testPipePOST);
 
 our $VCL = <<EOVCL;
 sub vcl_recv {




More information about the varnish-commit mailing list