diff proxy_cache_range.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents 30364c578416
children b4d657ba1a62
line wrap: on
line diff
--- a/proxy_cache_range.t
+++ b/proxy_cache_range.t
@@ -66,12 +66,8 @@ EOF
 
 ###############################################################################
 
-{
-local $TODO = 'not yet' unless $t->has_version('1.5.13');
-
 like(http_get_range('/t.html?1', 'Range: bytes=4-'), qr/^THIS/m,
 	'range on first request');
-}
 
 {
 local $TODO = 'not yet';