diff proxy_cache.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 f9325406df0b
children 1a5574d84917
line wrap: on
line diff
--- a/proxy_cache.t
+++ b/proxy_cache.t
@@ -112,12 +112,8 @@ like(http_gzip_request('/empty.html'),
 	qr/HTTP.*14\x0d\x0a.{20}\x0d\x0a0\x0d\x0a\x0d\x0a\z/s,
 	'empty get stale');
 
-{
-local $TODO = 'patch pending';
-
 http_get('/fake/unfinished');
 like(http_get('/fake/unfinished'), qr/unfinished 2/, 'unfinished not cached');
-}
 
 ###############################################################################