diff auth_request.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 4ac60aad723e
children fa71c725d40a
line wrap: on
line diff
--- a/auth_request.t
+++ b/auth_request.t
@@ -168,13 +168,7 @@ unlike(http_get_auth('/proxy'), qr/INVIS
 
 like(http_post('/proxy'), qr/ 401 /, 'proxy auth post');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.7.3');
-
 like(http_get_auth('/proxy-cache'), qr/ 404 /, 'proxy auth with cache');
-
-}
-
 like(http_get('/proxy-cache'), qr/ 404 /, 'proxy auth cached');
 
 # Consider the following scenario: