diff http_try_files.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 64eabe6aa1f2
children bc91b86a71ee
line wrap: on
line diff
--- a/http_try_files.t
+++ b/http_try_files.t
@@ -99,14 +99,7 @@ like(http_get('/nouri/notfound'), qr!X-U
 like(http_get('/short/long'), qr!404 Not!, 'short uri in try_files');
 
 like(http_get('/file-file/'), qr!SEE THIS!, 'file matches file');
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.7.10');
-
 like(http_get('/file-dir/'), qr!404 Not!, 'file does not match dir');
-
-}
-
 like(http_get('/dir-dir/'), qr!301 Moved Permanently!, 'dir matches dir');
 like(http_get('/dir-file/'), qr!404 Not!, 'dir does not match file');