diff proxy_request_buffering_keepalive.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 882267679006
children
line wrap: on
line diff
--- a/proxy_request_buffering_keepalive.t
+++ b/proxy_request_buffering_keepalive.t
@@ -82,11 +82,6 @@ Content-Length: 10
 
 EOF
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.9.10');
-
 like(http_get('/t1'), qr/200 OK.*SEE/ms, 'keepalive after discarded');
 
-}
-
 ###############################################################################