diff gzip_flush.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 c0ae29632905
children 6a0d934950bc
line wrap: on
line diff
--- a/gzip_flush.t
+++ b/gzip_flush.t
@@ -64,14 +64,9 @@ EOF
 
 like(http_get('/'), qr/DATA/, 'request with flush');
 
-TODO: {
-local $TODO = 'not yet';
-
-# gzip filter doesn't properly handle empty flush buffers, see
+# gzip filter wasn't able to handle empty flush buffers, see
 # http://nginx.org/pipermail/nginx/2010-November/023693.html
 
 http_gzip_like(http_gzip_request('/'), qr/DATA/, 'gzip request with flush');
 
-}
-
 ###############################################################################