diff http_try_files.t @ 224:ba992cfdc606

Tests: remove TODO from tests which pass in 1.2.x.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 14:47:10 +0400
parents 35d050d7d5f1
children 6a0d934950bc
line wrap: on
line diff
--- a/http_try_files.t
+++ b/http_try_files.t
@@ -78,13 +78,7 @@ EOF
 
 like(http_get('/found.html'), qr!SEE THIS!, 'found');
 like(http_get('/uri/notfound'), qr!X-URI: /fallback!, 'not found uri');
+like(http_get('/nouri/notfound'), qr!X-URI: /fallback!, 'not found nouri');
 like(http_get('/short/long'), qr!404 Not!, 'short uri in try_files');
 
-TODO: {
-local $TODO = 'fixed in 1.1.12';
-
-like(http_get('/nouri/notfound'), qr!X-URI: /fallback!, 'not found nouri');
-
-}
-
 ###############################################################################