diff not_modified_proxy.t @ 568:907e89fba9c3

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 03 May 2015 12:45:09 +0300
parents f5f2a66853a9
children 2cd00179f4b2
line wrap: on
line diff
--- a/not_modified_proxy.t
+++ b/not_modified_proxy.t
@@ -99,14 +99,8 @@ like(http_get_inm('/cache/t', $etag), qr
 
 like(http_get_inm('/etag', $etag), qr/ 304 /, 'if-none-match etag only');
 like(http_get_inm('/proxy/etag', $etag), qr/ 200 /, 'inm etag proxy ignored');
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.7.3');
-
 like(http_get_inm('/cache/etag', $etag), qr/ 304 /, 'inm etag from cache');
 
-}
-
 ###############################################################################
 
 sub http_get_ims {