diff proxy_method.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 4240cca68d1d
children
line wrap: on
line diff
--- a/proxy_method.t
+++ b/proxy_method.t
@@ -77,14 +77,9 @@ like(http_get('/preserve'), qr/request_m
 like(http_get('/const'), qr/request_method=POST/,
 	'proxy_method from constant');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.6');
-
 like(http_get('/var?method=POST'), qr/request_method=POST/,
 	'proxy_method from variable');
 
-}
-
 like(http_get('/parent/child'), qr/request_method=POST/,
 	'proxy_method from parent');