diff proxy_cache_chunked.t @ 241:a01a53bcbf11

Tests: remove unneeded TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Nov 2012 03:47:25 +0400
parents 5d178e27037c
children 6a0d934950bc
line wrap: on
line diff
--- a/proxy_cache_chunked.t
+++ b/proxy_cache_chunked.t
@@ -62,12 +62,7 @@ EOF
 ###############################################################################
 
 like(http_get("/"), qr/SEE-THIS/s, "chunked");
-
-TODO: {
-local $TODO = 'not yet';
-
 like(http_get("/"), qr/SEE-THIS.*HIT/s, "chunked cached");
-}
 
 ###############################################################################