diff sub_filter_buffering.t @ 1070:efccab043dd3

Tests: removed TODOs for fixes merged in 1.10.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Oct 2016 15:59:23 +0300
parents e17ffab3febc
children ea796652fcdc
line wrap: on
line diff
--- a/sub_filter_buffering.t
+++ b/sub_filter_buffering.t
@@ -71,13 +71,8 @@ like(http_get('/partial'), qr/xy$/, 'par
 
 # no partial match: an entire buffer is sent as is without buffering
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.2');
-
 like(http_get('/negative'), qr/xyz/, 'negative match');
 
-}
-
 ###############################################################################
 
 sub http_daemon {