From: cecilihf Date: Thu, 18 Oct 2007 13:24:35 +0000 (+0000) Subject: Run the passPOST test first. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdc5196caad20eead168c99ee342e73f64dabc7;p=varnish Run the passPOST test first. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2113 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 63964986..d9003466 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -43,7 +43,7 @@ our $DESCR = "Tests Varnish's ability to correctly pass POST requests" . # 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 = <