From: des Date: Fri, 19 Oct 2007 09:35:09 +0000 (+0000) Subject: The framework bugs which used to affect this test case have long since X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62abcf18160da37dd1aae00118fbf3df090ed0b8;p=varnish The framework bugs which used to affect this test case have long since been fixed, so remove the workarounds. Also stop testing things which are not intended to work. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2128 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 aa13a140..76eb9f1b 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -36,15 +36,6 @@ use base 'Varnish::Test::Case'; our $DESCR = "Tests Varnish's ability to correctly pass POST requests" . " to the backend, and their replies back to the client."; -# 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 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(testPipePOST testCachePOST testPassPOST); - our $VCL = <uri =~ m/cache_me/); die "Got GET request instead of POST\n"; }